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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 52076b61a2..0febe54021 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -45,7 +45,10 @@ private slots:
45 void showPanel(); 45 void showPanel();
46 void newTab(); 46 void newTab();
47 void shiftTab(int index); 47 void shiftTab(int index);
48 void closeTab(int index); 48 bool closeTab(int index);
49 void closeCurrent();
50 void saveCurrent();
51 void saveCurrentAs();
49 void tabTitleChanged(QString title); 52 void tabTitleChanged(QString title);
50 53
51private: 54private: