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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index bf1228acec..e7fd96a548 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -49,6 +49,7 @@ private slots:
49 void closeCurrent(); 49 void closeCurrent();
50 void saveCurrent(); 50 void saveCurrent();
51 void saveCurrentAs(); 51 void saveCurrentAs();
52 void openFile();
52 void tabTitleChanged(QString title); 53 void tabTitleChanged(QString title);
53 void updateCurrent(); /* Generates code in the current tab */ 54 void updateCurrent(); /* Generates code in the current tab */
54 55