diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-05-26 21:13:14 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-05-26 21:13:14 +0000 |
| commit | 565cd0096393dcd3a33b546d76714c64c2c786e3 (patch) | |
| tree | 2b1882d987048bb00cd394a50f1cb24585b08af5 /utils/themeeditor/themeeditor.pro | |
| parent | 28a7c5d3692e59b5c80a9f713cf931b6453cb1ca (diff) | |
| download | rockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.zip rockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.tar.gz rockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.tar.bz2 rockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 8 |
1 files changed, 6 insertions, 2 deletions
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 |