We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 23a4d60 commit 75d9fd5Copy full SHA for 75d9fd5
src/gui/layout/qgslayoutitemguiregistry.h
@@ -94,7 +94,7 @@ typedef std::function<QgsLayoutViewRubberBand *( QgsLayoutView * )> QgsLayoutIte
94
* \since QGIS 3.0
95
* \note not available in Python bindings
96
*/
97
-class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
+class GUI_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
98
{
99
public:
100
@@ -162,7 +162,7 @@ class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMeta
162
*
163
164
165
-class CORE_EXPORT QgsLayoutItemGuiRegistry : public QObject
+class GUI_EXPORT QgsLayoutItemGuiRegistry : public QObject
166
167
Q_OBJECT
168
0 commit comments