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/editorwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/themeeditor/editorwindow.h') diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index 7e62caadf2..51ca7a692d 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -53,6 +53,9 @@ public: protected: virtual void closeEvent(QCloseEvent* event); +public slots: + void configFileChanged(QString configFile); + private slots: void showPanel(); void newTab(); -- cgit v1.2.3