summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.cpp
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-01 21:25:02 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-01 21:25:02 +0000
commita9848ce3fed7862d52b299b604535781e440eb4a (patch)
tree775608b8fb1de72985a96ccdd288a971ceeea34a /utils/themeeditor/parsetreemodel.cpp
parentf52c9aae3a04ae4c767c2da1d788421686805fea (diff)
downloadrockbox-a9848ce3fed7862d52b299b604535781e440eb4a.tar.gz
rockbox-a9848ce3fed7862d52b299b604535781e440eb4a.zip
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
Diffstat (limited to 'utils/themeeditor/parsetreemodel.cpp')
-rw-r--r--utils/themeeditor/parsetreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/parsetreemodel.cpp b/utils/themeeditor/parsetreemodel.cpp
index 24eebac8d6..9faa9ea560 100644
--- a/utils/themeeditor/parsetreemodel.cpp
+++ b/utils/themeeditor/parsetreemodel.cpp
@@ -27,7 +27,7 @@
27 27
28#include <QObject> 28#include <QObject>
29 29
30ParseTreeModel::ParseTreeModel(char* document, QObject* parent): 30ParseTreeModel::ParseTreeModel(const char* document, QObject* parent):
31 QAbstractItemModel(parent) 31 QAbstractItemModel(parent)
32{ 32{
33 this->tree = skin_parse(document); 33 this->tree = skin_parse(document);