diff options
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
| -rw-r--r-- | utils/themeeditor/editorwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index 157ee6a..1c02bb3 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -44,6 +44,8 @@ protected: private slots: void showPanel(); void newTab(); + void shiftTab(int index); + void closeTab(int index); private: /* Setup functions */ |