summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-06 02:11:04 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-06 02:11:04 +0000
commit5619b4f6cf968b8d5820d214790ec29f7f109a63 (patch)
tree39efebbd0ae096fa742b46dc9989f0669e624cd2 /utils/themeeditor/editorwindow.h
parentbc9b353c3e6f44d61fea7b352ccca915ef62a5d8 (diff)
downloadrockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.tar.gz
rockbox-5619b4f6cf968b8d5820d214790ec29f7f109a63.zip
Theme Editor: Added code generation with tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26608 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 0febe54021..bf1228acec 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -50,6 +50,7 @@ private slots:
50 void saveCurrent(); 50 void saveCurrent();
51 void saveCurrentAs(); 51 void saveCurrentAs();
52 void tabTitleChanged(QString title); 52 void tabTitleChanged(QString title);
53 void updateCurrent(); /* Generates code in the current tab */
53 54
54private: 55private:
55 /* Setup functions */ 56 /* Setup functions */