mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
28a7c5d369
commit
565cd00963
6 changed files with 267 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue