diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-15 20:55:56 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-15 20:55:56 +0000 |
| commit | 267a446887dbeafe02a4e1991af4489979fbb044 (patch) | |
| tree | 66167168fa73f662712a9b6e668b198a10bc86ec /utils/themeeditor/configdocument.h | |
| parent | 0c26a790ee2a5702a8c87a9cd1af666d17afcc05 (diff) | |
| download | rockbox-267a446887dbeafe02a4e1991af4489979fbb044.zip rockbox-267a446887dbeafe02a4e1991af4489979fbb044.tar.gz rockbox-267a446887dbeafe02a4e1991af4489979fbb044.tar.bz2 rockbox-267a446887dbeafe02a4e1991af4489979fbb044.tar.xz | |
Theme Editor: Implemented save/save as in the configuration file editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26863 a1c6a512-1295-4272-9138-f99709370657
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 |