From 58ad1e7c4b7e404d0bcda752914e2878c68feafd Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 23 Jun 2010 20:46:43 +0000 Subject: Theme Editor: Began working on device status dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/editorwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/gui/editorwindow.h') 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 @@ #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 -- cgit v1.2.3