From 046832c821276cb07b86519ab3c0dae4ff68173d Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 14 Jun 2010 06:20:07 +0000 Subject: Theme Editor: Stripped out the sub-classes for ProjectModel and turned ProjectModel into a list model, also replaced the project tree view with a list view git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26839 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index b86b4debb4..128f56996d 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -16,9 +16,7 @@ HEADERS += tag_table.h \ skindocument.h \ preferencesdialog.h \ codeeditor.h \ - projectmodel.h \ - projectfiles.h \ - projectsettings.h + projectmodel.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -31,9 +29,7 @@ SOURCES += tag_table.c \ skindocument.cpp \ preferencesdialog.cpp \ codeeditor.cpp \ - projectmodel.cpp \ - projectfiles.cpp \ - projectsettings.cpp + projectmodel.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3