summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-06 03:35:40 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-06 03:35:40 +0000
commitf3491e97d0d96f8df8a3c5a16efdef19c0796770 (patch)
treeb5de3be4832afe9ab7e213ea12d8faa2a3335632 /utils/themeeditor/editorwindow.h
parent5619b4f6cf968b8d5820d214790ec29f7f109a63 (diff)
downloadrockbox-f3491e97d0d96f8df8a3c5a16efdef19c0796770.tar.gz
rockbox-f3491e97d0d96f8df8a3c5a16efdef19c0796770.zip
Theme Editor: Began working on open document functionality (still incomplete), fixed a nested conditional parsing bug in the parser, and fixed segfault-on-codegen-from-empty-tree bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26609 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 bf1228acec..e7fd96a548 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -49,6 +49,7 @@ private slots:
49 void closeCurrent(); 49 void closeCurrent();
50 void saveCurrent(); 50 void saveCurrent();
51 void saveCurrentAs(); 51 void saveCurrentAs();
52 void openFile();
52 void tabTitleChanged(QString title); 53 void tabTitleChanged(QString title);
53 void updateCurrent(); /* Generates code in the current tab */ 54 void updateCurrent(); /* Generates code in the current tab */
54 55