diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
| -rw-r--r-- | utils/themeeditor/gui/editorwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h index ab75cc5..6f30249 100644 --- a/utils/themeeditor/gui/editorwindow.h +++ b/utils/themeeditor/gui/editorwindow.h @@ -73,6 +73,12 @@ private slots: void tabTitleChanged(QString title); void updateCurrent(); /* Generates code in the current tab */ void lineChanged(int line); /* Used for auto-expand */ + void undo(); + void redo(); + void cut(); + void copy(); + void paste(); + void findReplace(); private: /* Setup functions */ |