summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
-rw-r--r--utils/themeeditor/gui/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 08af08ac41..0bfaac3957 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -32,6 +32,7 @@
32#include "configdocument.h" 32#include "configdocument.h"
33#include "preferencesdialog.h" 33#include "preferencesdialog.h"
34#include "skinviewer.h" 34#include "skinviewer.h"
35#include "devicestate.h"
35 36
36class ProjectModel; 37class ProjectModel;
37class TabContent; 38class TabContent;
@@ -88,6 +89,7 @@ private:
88 ProjectModel* project; 89 ProjectModel* project;
89 QItemSelectionModel* parseTreeSelection; 90 QItemSelectionModel* parseTreeSelection;
90 SkinViewer* viewer; 91 SkinViewer* viewer;
92 DeviceState deviceConfig;
91}; 93};
92 94
93#endif // EDITORWINDOW_H 95#endif // EDITORWINDOW_H