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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 7e62caadf2..51ca7a692d 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -53,6 +53,9 @@ public:
53protected: 53protected:
54 virtual void closeEvent(QCloseEvent* event); 54 virtual void closeEvent(QCloseEvent* event);
55 55
56public slots:
57 void configFileChanged(QString configFile);
58
56private slots: 59private slots:
57 void showPanel(); 60 void showPanel();
58 void newTab(); 61 void newTab();