mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix windows build
This commit is contained in:
parent
ee6a7d0d60
commit
935dca0860
@ -11,7 +11,7 @@ class QgsMapCanvas;
|
||||
class QgsVectorLayer;
|
||||
|
||||
|
||||
class GUI_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
|
||||
class APP_EXPORT QgsRuleBasedLabelingModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -101,7 +101,7 @@ class QgsLabelingGui;
|
||||
|
||||
#include "ui_qgslabelingrulepropsdialog.h"
|
||||
|
||||
class GUI_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
|
||||
class APP_EXPORT QgsLabelingRulePropsDialog : public QDialog, private Ui::QgsLabelingRulePropsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -21,7 +21,7 @@ class CORE_EXPORT QgsRuleBasedLabeling : public QgsAbstractVectorLayerLabeling
|
||||
typedef QList<Rule*> RuleList;
|
||||
typedef QMap<Rule*, QgsVectorLayerLabelProvider*> RuleToProviderMap;
|
||||
|
||||
class Rule
|
||||
class CORE_EXPORT Rule
|
||||
{
|
||||
public:
|
||||
//! takes ownership of settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user