forked from len0rd/rockbox
Theme Editor: Made text and comments editable from a treeview
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5943f4c5e2
commit
279969618d
3 changed files with 51 additions and 32 deletions
|
@ -172,6 +172,7 @@ QString ParseTreeNode::genCode() const
|
|||
case COMMENT:
|
||||
buffer.append(COMMENTSYM);
|
||||
buffer.append(element->text);
|
||||
buffer.append('\n');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue