Skip to content

Commit 214b593

Browse files
committed
add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContainer/QgsAttributeEditorField
1 parent 8c39192 commit 214b593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/qgsvectorlayer.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ typedef QList<int> QgsAttributeList;
5454
typedef QSet<int> QgsAttributeIds;
5555

5656
/** @note Added in 1.9 */
57-
class QgsAttributeEditorElement : public QObject
57+
class CORE_EXPORT QgsAttributeEditorElement : public QObject
5858
{
5959
Q_OBJECT
6060
public:
@@ -82,7 +82,7 @@ class QgsAttributeEditorElement : public QObject
8282
};
8383

8484
/** @note Added in 1.9 */
85-
class QgsAttributeEditorContainer : public QgsAttributeEditorElement
85+
class CORE_EXPORT QgsAttributeEditorContainer : public QgsAttributeEditorElement
8686
{
8787
public:
8888
QgsAttributeEditorContainer( QString name, QObject *parent )
@@ -99,7 +99,7 @@ class QgsAttributeEditorContainer : public QgsAttributeEditorElement
9999
};
100100

101101
/** @note Added in 1.9 */
102-
class QgsAttributeEditorField : public QgsAttributeEditorElement
102+
class CORE_EXPORT QgsAttributeEditorField : public QgsAttributeEditorElement
103103
{
104104
public:
105105
QgsAttributeEditorField( QString name , int idx, QObject *parent )

0 commit comments

Comments
 (0)