summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-23 20:46:43 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-23 20:46:43 +0000
commit58ad1e7c4b7e404d0bcda752914e2878c68feafd (patch)
treed1cc2e43d6c28b641d02684ac70e6c9a8f3bbf9c /utils/themeeditor/gui/editorwindow.h
parent6d6156603cf2ac5facf08734f12e0b4d0c1fcce0 (diff)
downloadrockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.gz
rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.zip
Theme Editor: Began working on device status dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
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