diff options
Diffstat (limited to 'utils/themeeditor/configdocument.h')
| -rw-r--r-- | utils/themeeditor/configdocument.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/configdocument.h b/utils/themeeditor/configdocument.h index 9aa1a63..114cb5b 100644 --- a/utils/themeeditor/configdocument.h +++ b/utils/themeeditor/configdocument.h @@ -67,9 +67,13 @@ private: void addRow(QString key, QString value); +signals: + void configFileChanged(QString); + private slots: void deleteClicked(); void addClicked(); + void textChanged(); }; #endif // CONFIGDOCUMENT_H |