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 51ca7a692d..0dee4a1e6e 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -24,6 +24,7 @@
24 24
25#include <QMainWindow> 25#include <QMainWindow>
26#include <QLabel> 26#include <QLabel>
27#include <QItemSelectionModel>
27 28
28#include "parsetreemodel.h" 29#include "parsetreemodel.h"
29#include "skinhighlighter.h" 30#include "skinhighlighter.h"
@@ -84,6 +85,7 @@ private:
84 PreferencesDialog* prefs; 85 PreferencesDialog* prefs;
85 QLabel* parseStatus; 86 QLabel* parseStatus;
86 ProjectModel* project; 87 ProjectModel* project;
88 QItemSelectionModel* parseTreeSelection;
87}; 89};
88 90
89#endif // EDITORWINDOW_H 91#endif // EDITORWINDOW_H