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 f37cfcbf29..27d08521ab 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -37,6 +37,9 @@ public:
37 EditorWindow(QWidget *parent = 0); 37 EditorWindow(QWidget *parent = 0);
38 ~EditorWindow(); 38 ~EditorWindow();
39 39
40protected:
41 virtual void closeEvent(QCloseEvent* event);
42
40private slots: 43private slots:
41 void updateCode(); 44 void updateCode();
42 void codeChanged(); 45 void codeChanged();