summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 3bab704bb6..f8a04b0b70 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -29,6 +29,7 @@
29#include "skinhighlighter.h" 29#include "skinhighlighter.h"
30#include "skindocument.h" 30#include "skindocument.h"
31#include "preferencesdialog.h" 31#include "preferencesdialog.h"
32#include "projectmodel.h"
32 33
33namespace Ui { 34namespace Ui {
34 class EditorWindow; 35 class EditorWindow;
@@ -66,6 +67,7 @@ private:
66 Ui::EditorWindow *ui; 67 Ui::EditorWindow *ui;
67 PreferencesDialog* prefs; 68 PreferencesDialog* prefs;
68 QLabel* parseStatus; 69 QLabel* parseStatus;
70 ProjectModel* project;
69}; 71};
70 72
71#endif // EDITORWINDOW_H 73#endif // EDITORWINDOW_H