From f3491e97d0d96f8df8a3c5a16efdef19c0796770 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sun, 6 Jun 2010 03:35:40 +0000 Subject: 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 --- 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 bf1228acec..e7fd96a548 100644 --- a/utils/themeeditor/editorwindow.h +++ b/utils/themeeditor/editorwindow.h @@ -49,6 +49,7 @@ private slots: void closeCurrent(); void saveCurrent(); void saveCurrentAs(); + void openFile(); void tabTitleChanged(QString title); void updateCurrent(); /* Generates code in the current tab */ -- cgit v1.2.3