From 61b5f0c973fb9d91f8023664c95bfc5570e2f474 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 8 Jun 2010 21:30:28 +0000 Subject: 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 --- utils/themeeditor/editorwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/editorwindow.h') diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h index 3bab704bb6..f8a04b0b70 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 -- cgit v1.2.3