Fix windows build

This commit is contained in:
Nathan Woodrow 2015-09-24 23:00:09 +12:00
parent ee6a7d0d60
commit 935dca0860
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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