summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-05-30 01:47:35 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-05-30 01:47:35 +0000
commit9f2e1b1e1a1dae857fe74728b91c5393d5f1c283 (patch)
treebfb60801f71d8660766ae45f9bb9d81a51b5b3ef /utils/themeeditor/parsetreemodel.h
parent9843626b6941f63b964c3352e996032247115aad (diff)
downloadrockbox-9f2e1b1e1a1dae857fe74728b91c5393d5f1c283.tar.gz
rockbox-9f2e1b1e1a1dae857fe74728b91c5393d5f1c283.zip
Theme Editor: Got a barely functional treeview in place
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/parsetreemodel.h')
-rw-r--r--utils/themeeditor/parsetreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/parsetreemodel.h b/utils/themeeditor/parsetreemodel.h
index 4abf623672..eedfe3f6bb 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/parsetreemodel.h
@@ -39,7 +39,7 @@ class ParseTreeModel : public QAbstractItemModel
39 Q_OBJECT 39 Q_OBJECT
40 40
41public: 41public:
42 /* Initializes a tree with a WPS document in a string */ 42 /* Initializes a tree with a skin document in a string */
43 ParseTreeModel(char* document, QObject* parent = 0); 43 ParseTreeModel(char* document, QObject* parent = 0);
44 virtual ~ParseTreeModel(); 44 virtual ~ParseTreeModel();
45 45