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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 0bfaac3..ab75cc5 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -25,6 +25,7 @@
#include <QMainWindow>
#include <QLabel>
#include <QItemSelectionModel>
+#include <QDockWidget>
#include "parsetreemodel.h"
#include "skinhighlighter.h"
@@ -89,7 +90,8 @@ private:
ProjectModel* project;
QItemSelectionModel* parseTreeSelection;
SkinViewer* viewer;
- DeviceState deviceConfig;
+ DeviceState* deviceConfig;
+ QDockWidget* deviceDock;
};
#endif // EDITORWINDOW_H