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.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};