mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acb524e51a
commit
d1659d69df
7 changed files with 114 additions and 13 deletions
|
@ -35,7 +35,11 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
char doc[] = "#Comment\n%Vd(U);Hey\n%?bl(test,3,5,2,1)<param2|param3>";
|
||||
char doc[] = "#Comment\n"
|
||||
"%Vd(U);Hey\n"
|
||||
"%?bl(test,3,5,2,1)<param2|param3>\n"
|
||||
"%V(1,2,3,4,5)%pS(5)\n"
|
||||
"Some more stuff here";
|
||||
|
||||
ParseTreeModel tree(doc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue