From 565cd0096393dcd3a33b546d76714c64c2c786e3 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 26 May 2010 21:13:14 +0000 Subject: Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26318 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index ad6b418..b1c7688 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -2,10 +2,14 @@ HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ skin_scan.h \ - skin_debug.h + skin_debug.h \ + parsetreemodel.h \ + parsetreenode.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ skin_debug.c \ - main.cpp + main.cpp \ + parsetreemodel.cpp \ + parsetreenode.cpp OTHER_FILES += README -- cgit v1.1