From 88160b6e271f3d948e80e414f06a9506c98bb9a9 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 3 Jun 2010 18:42:36 +0000 Subject: Theme Editor: Refactored main window init code, moved parse tree into dock widget git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26519 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/editorwindow.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/editorwindow.h') diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index a13bd4b6bb..f37cfcbf29 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -39,9 +39,14 @@ public: private slots: void updateCode(); - void updateTree(); + void codeChanged(); private: + /* Setup functions */ + void loadSettings(); + void setupUI(); + void setupMenus(); + Ui::EditorWindow *ui; ParseTreeModel* tree; SkinHighlighter* highlighter; -- cgit v1.2.3