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:
parent
6d6156603c
commit
58ad1e7c4b
7 changed files with 229 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue