summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h7
1 files changed, 6 insertions, 1 deletions
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:
39 39
40private slots: 40private slots:
41 void updateCode(); 41 void updateCode();
42 void updateTree(); 42 void codeChanged();
43 43
44private: 44private:
45 /* Setup functions */
46 void loadSettings();
47 void setupUI();
48 void setupMenus();
49
45 Ui::EditorWindow *ui; 50 Ui::EditorWindow *ui;
46 ParseTreeModel* tree; 51 ParseTreeModel* tree;
47 SkinHighlighter* highlighter; 52 SkinHighlighter* highlighter;