mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
add CORE_EXPORT to QgsAttributeEditorElement/QgsAttributeEditorContainer/QgsAttributeEditorField
This commit is contained in:
parent
8c391922a6
commit
214b593062
@ -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:
|
||||
@ -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 )
|
||||
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user