Skip to content

Commit 935dca0

Browse files
committed
Fix windows build
1 parent ee6a7d0 commit 935dca0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/qgsrulebasedlabelingwidget.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class QgsMapCanvas;
1111
class QgsVectorLayer;
1212

1313

14-
class GUI_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
14+
class APP_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
1515
{
1616
Q_OBJECT
1717

@@ -101,7 +101,7 @@ class QgsLabelingGui;
101101

102102
#include "ui_qgslabelingrulepropsdialog.h"
103103

104-
class GUI_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
104+
class APP_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
105105
{
106106
Q_OBJECT
107107

src/core/qgsrulebasedlabeling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CORE_EXPORT QgsRuleBasedLabeling : public QgsAbstractVectorLayerLabeling
2121
typedef QList<Rule*> RuleList;
2222
typedef QMap<Rule*, QgsVectorLayerLabelProvider*> RuleToProviderMap;
2323

24-
class Rule
24+
class CORE_EXPORT Rule
2525
{
2626
public:
2727
//! takes ownership of settings

0 commit comments

Comments
 (0)