diff options
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index e15dd61..37f1443 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -42,6 +42,11 @@ public: bool requestClose(); signals: + void titleChanged(QString); + +public slots: + void save(); + void saveAs(); private slots: void codeChanged(); @@ -50,6 +55,8 @@ private: void setupUI(); QString title; + QString fileName; + bool saved; QLayout* layout; QPlainTextEdit* editor; |