forked from len0rd/rockbox
Theme Editor: Began implementing tabbing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9616389377
commit
e174a8ad8d
7 changed files with 136 additions and 28 deletions
|
@ -41,19 +41,5 @@ int main(int argc, char* argv[])
|
|||
|
||||
return app.exec();
|
||||
|
||||
/*
|
||||
struct skin_element* test = skin_parse(doc);
|
||||
|
||||
ParseTreeModel tree(doc);
|
||||
std::cout << "----" << std::endl;
|
||||
if(std::string(doc) == tree.genCode().toStdString())
|
||||
std::cout << "Code in/out matches" << std::endl;
|
||||
else
|
||||
std::cout << "Match error" << std::endl;
|
||||
|
||||
|
||||
skin_free_tree(test);
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue