From 0db8bc4664cd12ea406a905d7a4237992f393753 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 25 Jun 2010 05:49:16 +0000 Subject: Theme Editor: Made the device configuration menu dockable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27128 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/editorwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/gui/editorwindow.h') 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 #include #include +#include #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 -- cgit v1.1