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
This commit is contained in:
Robert Bieber 2010-05-26 21:13:14 +00:00
parent 28a7c5d369
commit 565cd00963
6 changed files with 267 additions and 3 deletions

View file

@ -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