diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:46:43 +0000 |
| commit | 58ad1e7c4b7e404d0bcda752914e2878c68feafd (patch) | |
| tree | d1cc2e43d6c28b641d02684ac70e6c9a8f3bbf9c /utils/themeeditor/gui/editorwindow.h | |
| parent | 6d6156603cf2ac5facf08734f12e0b4d0c1fcce0 (diff) | |
| download | rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.zip rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.gz rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.bz2 rockbox-58ad1e7c4b7e404d0bcda752914e2878c68feafd.tar.xz | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h index 08af08a..0bfaac3 100644 --- a/utils/themeeditor/gui/editorwindow.h +++ b/utils/themeeditor/gui/editorwindow.h @@ -32,6 +32,7 @@ #include "configdocument.h" #include "preferencesdialog.h" #include "skinviewer.h" +#include "devicestate.h" class ProjectModel; class TabContent; @@ -88,6 +89,7 @@ private: ProjectModel* project; QItemSelectionModel* parseTreeSelection; SkinViewer* viewer; + DeviceState deviceConfig; }; #endif // EDITORWINDOW_H |