summaryrefslogtreecommitdiff
path: root/utils/themeeditor/configdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/configdocument.h')
-rw-r--r--utils/themeeditor/configdocument.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/configdocument.h b/utils/themeeditor/configdocument.h
index 9aa1a63da5..114cb5bbfc 100644
--- a/utils/themeeditor/configdocument.h
+++ b/utils/themeeditor/configdocument.h
@@ -67,9 +67,13 @@ private:
67 67
68 void addRow(QString key, QString value); 68 void addRow(QString key, QString value);
69 69
70signals:
71 void configFileChanged(QString);
72
70private slots: 73private slots:
71 void deleteClicked(); 74 void deleteClicked();
72 void addClicked(); 75 void addClicked();
76 void textChanged();
73}; 77};
74 78
75#endif // CONFIGDOCUMENT_H 79#endif // CONFIGDOCUMENT_H