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 5f39ed35d6..3bab704bb6 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -23,6 +23,7 @@
23#define EDITORWINDOW_H 23#define EDITORWINDOW_H
24 24
25#include <QMainWindow> 25#include <QMainWindow>
26#include <QLabel>
26 27
27#include "parsetreemodel.h" 28#include "parsetreemodel.h"
28#include "skinhighlighter.h" 29#include "skinhighlighter.h"
@@ -64,6 +65,7 @@ private:
64 65
65 Ui::EditorWindow *ui; 66 Ui::EditorWindow *ui;
66 PreferencesDialog* prefs; 67 PreferencesDialog* prefs;
68 QLabel* parseStatus;
67}; 69};
68 70
69#endif // EDITORWINDOW_H 71#endif // EDITORWINDOW_H