summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-08 21:30:28 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-08 21:30:28 +0000
commit61b5f0c973fb9d91f8023664c95bfc5570e2f474 (patch)
tree67c92fc88abb2345263907a48404a13d6ecfe74a /utils/themeeditor/editorwindow.h
parent007ef43a506d495953b6bbc8838fc439224fd0a1 (diff)
downloadrockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.zip
rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.gz
rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.bz2
rockbox-61b5f0c973fb9d91f8023664c95bfc5570e2f474.tar.xz
Theme Editor: Began implementing classes to display project files and settings in the project panel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 3bab704..f8a04b0 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -29,6 +29,7 @@
#include "skinhighlighter.h"
#include "skindocument.h"
#include "preferencesdialog.h"
+#include "projectmodel.h"
namespace Ui {
class EditorWindow;
@@ -66,6 +67,7 @@ private:
Ui::EditorWindow *ui;
PreferencesDialog* prefs;
QLabel* parseStatus;
+ ProjectModel* project;
};
#endif // EDITORWINDOW_H