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/editorwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/editorwindow.h') diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index 1c02bb378d..52076b61a2 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -46,6 +46,7 @@ private slots: void newTab(); void shiftTab(int index); void closeTab(int index); + void tabTitleChanged(QString title); private: /* Setup functions */ -- cgit v1.2.3