summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
commite174a8ad8dc531ff093894b7f930f0b9750c74eb (patch)
treee74063cb651c54a2fb3dee2632943b5950963c3b /utils/themeeditor/editorwindow.h
parent9616389377d169c5c23317f0695d322b8d958b09 (diff)
downloadrockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.tar.gz
rockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.zip
Theme Editor: Began implementing tabbing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 8cbfd99ede..2b64bde793 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -26,6 +26,7 @@
26 26
27#include "parsetreemodel.h" 27#include "parsetreemodel.h"
28#include "skinhighlighter.h" 28#include "skinhighlighter.h"
29#include "skindocument.h"
29 30
30namespace Ui { 31namespace Ui {
31 class EditorWindow; 32 class EditorWindow;
@@ -41,9 +42,8 @@ protected:
41 virtual void closeEvent(QCloseEvent* event); 42 virtual void closeEvent(QCloseEvent* event);
42 43
43private slots: 44private slots:
44 void updateCode();
45 void codeChanged();
46 void showPanel(); 45 void showPanel();
46 void newTab();
47 47
48private: 48private:
49 /* Setup functions */ 49 /* Setup functions */
@@ -52,8 +52,6 @@ private:
52 void setupMenus(); 52 void setupMenus();
53 53
54 Ui::EditorWindow *ui; 54 Ui::EditorWindow *ui;
55 SkinHighlighter* highlighter;
56
57}; 55};
58 56
59#endif // EDITORWINDOW_H 57#endif // EDITORWINDOW_H