summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-23 21:15:15 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-23 21:15:15 +0000
commit5297db990412a34dee96de5bf61258ae31f3b4f9 (patch)
tree8b7d850cf3051549e04492a260049328b55641f5 /utils/themeeditor/gui/editorwindow.h
parentd15a4f617f7d6e524ef811efef5707958031dc8f (diff)
downloadrockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.gz
rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.zip
Theme Editor: Added interface for project export, exporting files to zip is still todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27534 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.h')
-rw-r--r--utils/themeeditor/gui/editorwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 55e18732d0..996ddcd40e 100644
--- a/utils/themeeditor/gui/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
@@ -72,6 +72,7 @@ private slots:
72 void closeProject(); 72 void closeProject();
73 void saveCurrent(); 73 void saveCurrent();
74 void saveCurrentAs(); 74 void saveCurrentAs();
75 void exportProject();
75 void openFile(); 76 void openFile();
76 void openProject(); 77 void openProject();
77 void tabTitleChanged(QString title); 78 void tabTitleChanged(QString title);