1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Began working on device status dialog

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-23 20:46:43 +00:00
parent 6d6156603c
commit 58ad1e7c4b
7 changed files with 229 additions and 9 deletions

View file

@ -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