Skip to content

Commit 478b6b9

Browse files
committed
Fix win build
1 parent e8e785c commit 478b6b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/qgsrelationadddlg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class QgsVectorLayer;
88

9-
class GUI_EXPORT QgsRelationAddDlg : public QDialog, private Ui::QgsRelationAddDlgBase
9+
class APP_EXPORT QgsRelationAddDlg : public QDialog, private Ui::QgsRelationAddDlgBase
1010
{
1111
Q_OBJECT
1212

src/app/qgsrelationmanagerdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class QgsRelationManager;
2424
class QgsRelationManagerTreeModel;
2525
class QgsVectorLayer;
2626

27-
class GUI_EXPORT QgsRelationManagerDialog : public QWidget, private Ui::QgsRelationManagerDialogBase
27+
class APP_EXPORT QgsRelationManagerDialog : public QWidget, private Ui::QgsRelationManagerDialogBase
2828
{
2929
Q_OBJECT
3030

0 commit comments

Comments
 (0)