summaryrefslogtreecommitdiffstats
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 @@
#define EDITORWINDOW_H
#include <QMainWindow>
+#include <QLabel>
#include "parsetreemodel.h"
#include "skinhighlighter.h"
@@ -64,6 +65,7 @@ private:
Ui::EditorWindow *ui;
PreferencesDialog* prefs;
+ QLabel* parseStatus;
};
#endif // EDITORWINDOW_H