Skip to content

Commit

Permalink
add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContai…
Browse files Browse the repository at this point in the history
…ner/QgsAttributeEditorField
  • Loading branch information
jef-n committed Nov 5, 2012
1 parent 8c39192 commit 214b593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsvectorlayer.h
Expand Up @@ -54,7 +54,7 @@ typedef QList<int> QgsAttributeList;
typedef QSet<int> QgsAttributeIds;

/** @note Added in 1.9 */
class QgsAttributeEditorElement : public QObject
class CORE_EXPORT QgsAttributeEditorElement : public QObject
{
Q_OBJECT
public:
Expand Down Expand Up @@ -82,7 +82,7 @@ class QgsAttributeEditorElement : public QObject
};

/** @note Added in 1.9 */
class QgsAttributeEditorContainer : public QgsAttributeEditorElement
class CORE_EXPORT QgsAttributeEditorContainer : public QgsAttributeEditorElement
{
public:
QgsAttributeEditorContainer( QString name, QObject *parent )
Expand All @@ -99,7 +99,7 @@ class QgsAttributeEditorContainer : public QgsAttributeEditorElement
};

/** @note Added in 1.9 */
class QgsAttributeEditorField : public QgsAttributeEditorElement
class CORE_EXPORT QgsAttributeEditorField : public QgsAttributeEditorElement
{
public:
QgsAttributeEditorField( QString name , int idx, QObject *parent )
Expand Down

0 comments on commit 214b593

Please sign in to comment.