summaryrefslogtreecommitdiff
path: root/utils/themeeditor/configdocument.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-15 20:55:56 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-15 20:55:56 +0000
commit267a446887dbeafe02a4e1991af4489979fbb044 (patch)
tree66167168fa73f662712a9b6e668b198a10bc86ec /utils/themeeditor/configdocument.h
parent0c26a790ee2a5702a8c87a9cd1af666d17afcc05 (diff)
downloadrockbox-267a446887dbeafe02a4e1991af4489979fbb044.tar.gz
rockbox-267a446887dbeafe02a4e1991af4489979fbb044.zip
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.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