File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ typedef QList<int> QgsAttributeList;
54
54
typedef QSet<int > QgsAttributeIds;
55
55
56
56
/* * @note Added in 1.9 */
57
- class QgsAttributeEditorElement : public QObject
57
+ class CORE_EXPORT QgsAttributeEditorElement : public QObject
58
58
{
59
59
Q_OBJECT
60
60
public:
@@ -82,7 +82,7 @@ class QgsAttributeEditorElement : public QObject
82
82
};
83
83
84
84
/* * @note Added in 1.9 */
85
- class QgsAttributeEditorContainer : public QgsAttributeEditorElement
85
+ class CORE_EXPORT QgsAttributeEditorContainer : public QgsAttributeEditorElement
86
86
{
87
87
public:
88
88
QgsAttributeEditorContainer ( QString name, QObject *parent )
@@ -99,7 +99,7 @@ class QgsAttributeEditorContainer : public QgsAttributeEditorElement
99
99
};
100
100
101
101
/* * @note Added in 1.9 */
102
- class QgsAttributeEditorField : public QgsAttributeEditorElement
102
+ class CORE_EXPORT QgsAttributeEditorField : public QgsAttributeEditorElement
103
103
{
104
104
public:
105
105
QgsAttributeEditorField ( QString name , int idx, QObject *parent )
You can’t perform that action at this time.
0 commit comments