summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-04 06:59:25 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-04 06:59:25 +0000
commit9616389377d169c5c23317f0695d322b8d958b09 (patch)
tree374cf26043cfc4e0d954a3de44d289fb860ba982 /utils/themeeditor/editorwindow.h
parentd5171cc22574133b006fdbd8dc3bcad0ac139353 (diff)
downloadrockbox-9616389377d169c5c23317f0695d322b8d958b09.tar.gz
rockbox-9616389377d169c5c23317f0695d322b8d958b09.zip
Theme Editor: Fixed bugs with menu signals, rearranged UI some more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26540 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 27d08521ab..8cbfd99ede 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -43,6 +43,7 @@ protected:
43private slots: 43private slots:
44 void updateCode(); 44 void updateCode();
45 void codeChanged(); 45 void codeChanged();
46 void showPanel();
46 47
47private: 48private:
48 /* Setup functions */ 49 /* Setup functions */
@@ -51,7 +52,6 @@ private:
51 void setupMenus(); 52 void setupMenus();
52 53
53 Ui::EditorWindow *ui; 54 Ui::EditorWindow *ui;
54 ParseTreeModel* tree;
55 SkinHighlighter* highlighter; 55 SkinHighlighter* highlighter;
56 56
57}; 57};