1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-01 21:25:02 +00:00
parent f52c9aae3a
commit a9848ce3fe
10 changed files with 219 additions and 28 deletions

View file

@ -19,11 +19,8 @@
*
****************************************************************************/
extern "C"
{
#include "symbols.h"
#include "tag_table.h"
}
#include "parsetreenode.h"
#include "parsetreemodel.h"
@ -100,8 +97,6 @@ QString ParseTreeNode::genCode() const
{
case VIEWPORT:
buffer.append(children[0]->genCode());
case LINE:
for(int i = 0; i < children.count(); i++)
{