summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-08 21:53:27 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-08 21:53:27 +0000
commit73a3747bc1b33200207768b101bf56083416d756 (patch)
tree08c86af3f3b785842f6c4753eb7de2bebb55d4e5 /utils/themeeditor/gui/editorwindow.h
parent9dd5f75966f43b59740259647ba37d0b1d71f7c4 (diff)
downloadrockbox-73a3747bc1b33200207768b101bf56083416d756.tar.gz
rockbox-73a3747bc1b33200207768b101bf56083416d756.zip
Theme Editor: Built a ui for the timer panel, not functional yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
-rw-r--r--utils/themeeditor/gui/editorwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index c2ae1770f2..6b09b79815 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -34,6 +34,7 @@
#include "preferencesdialog.h"
#include "skinviewer.h"
#include "devicestate.h"
+#include "skintimer.h"
class ProjectModel;
class TabContent;
@@ -99,6 +100,8 @@ private:
SkinViewer* viewer;
DeviceState* deviceConfig;
QDockWidget* deviceDock;
+ SkinTimer* timer;
+ QDockWidget* timerDock;
};
#endif // EDITORWINDOW_H