From d1659d69df55501f2cda82ccddde00b4018681c1 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 1 Jun 2010 07:11:23 +0000 Subject: 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 --- utils/themeeditor/main.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/main.cpp') diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp index a3a5daa..87d38b8 100644 --- a/utils/themeeditor/main.cpp +++ b/utils/themeeditor/main.cpp @@ -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)"; + char doc[] = "#Comment\n" + "%Vd(U);Hey\n" + "%?bl(test,3,5,2,1)\n" + "%V(1,2,3,4,5)%pS(5)\n" + "Some more stuff here"; ParseTreeModel tree(doc); -- cgit v1.1