forked from len0rd/rockbox
Theme Editor: Got a barely functional treeview in place
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9843626b69
commit
9f2e1b1e1a
4 changed files with 54 additions and 21 deletions
|
@ -273,9 +273,8 @@ QVariant ParseTreeNode::data(int column) const
|
|||
switch(element->type)
|
||||
{
|
||||
case LINE:
|
||||
return QString();
|
||||
|
||||
case SUBLINES:
|
||||
case CONDITIONAL:
|
||||
return QString();
|
||||
|
||||
case NEWLINE:
|
||||
|
@ -285,7 +284,6 @@ QVariant ParseTreeNode::data(int column) const
|
|||
case COMMENT:
|
||||
return QString(element->text);
|
||||
|
||||
case CONDITIONAL:
|
||||
case TAG:
|
||||
return QString(element->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue