From 267a446887dbeafe02a4e1991af4489979fbb044 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 15 Jun 2010 20:55:56 +0000 Subject: 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 --- utils/themeeditor/configdocument.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/themeeditor/configdocument.h') 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 -- cgit v1.1