From 4051b34039e079c0969904887fdcabd68bcad681 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 5 Jun 2010 08:22:30 +0000 Subject: Theme Editor: Got document title change signal working, beginning work on save function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26567 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skindocument.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils/themeeditor/skindocument.h') diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index e15dd613fd..37f1443ece 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -42,6 +42,11 @@ public: bool requestClose(); signals: + void titleChanged(QString); + +public slots: + void save(); + void saveAs(); private slots: void codeChanged(); @@ -50,6 +55,8 @@ private: void setupUI(); QString title; + QString fileName; + bool saved; QLayout* layout; QPlainTextEdit* editor; -- cgit v1.2.3