diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-25 05:49:16 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-25 05:49:16 +0000 |
| commit | 0db8bc4664cd12ea406a905d7a4237992f393753 (patch) | |
| tree | 8511276b847667426db7c22c3dabc08362883dda /utils/themeeditor/gui/editorwindow.h | |
| parent | db50e49f20619bdc95a01e5fda0f707be0b9f5a2 (diff) | |
| download | rockbox-0db8bc4664cd12ea406a905d7a4237992f393753.zip rockbox-0db8bc4664cd12ea406a905d7a4237992f393753.tar.gz rockbox-0db8bc4664cd12ea406a905d7a4237992f393753.tar.bz2 rockbox-0db8bc4664cd12ea406a905d7a4237992f393753.tar.xz | |
Theme Editor: Made the device configuration menu dockable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27128 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h index 0bfaac3..ab75cc5 100644 --- a/utils/themeeditor/gui/editorwindow.h +++ b/utils/themeeditor/gui/editorwindow.h @@ -25,6 +25,7 @@ #include <QMainWindow> #include <QLabel> #include <QItemSelectionModel> +#include <QDockWidget> #include "parsetreemodel.h" #include "skinhighlighter.h" @@ -89,7 +90,8 @@ private: ProjectModel* project; QItemSelectionModel* parseTreeSelection; SkinViewer* viewer; - DeviceState deviceConfig; + DeviceState* deviceConfig; + QDockWidget* deviceDock; }; #endif // EDITORWINDOW_H |