summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-02 20:36:30 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-02 20:36:30 +0000
commite5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db (patch)
tree68002e6e06420e7b6453cc00a8f049114b19a721 /utils/themeeditor/parsetreemodel.h
parent87174d83fdde79a70bc3daad20729df585b7bbff (diff)
downloadrockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.tar.gz
rockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.zip
Changed build subdirectory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/parsetreemodel.h')
-rw-r--r--utils/themeeditor/parsetreemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/parsetreemodel.h b/utils/themeeditor/parsetreemodel.h
index 4c448ce558..76960937f1 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/parsetreemodel.h
@@ -47,6 +47,8 @@ public:
47 virtual ~ParseTreeModel(); 47 virtual ~ParseTreeModel();
48 48
49 QString genCode(); 49 QString genCode();
50 /* Changes the parse tree to a new document */
51 bool changeTree(const char* document);
50 52
51 QModelIndex index(int row, int column, const QModelIndex& parent) const; 53 QModelIndex index(int row, int column, const QModelIndex& parent) const;
52 QModelIndex parent(const QModelIndex &child) const; 54 QModelIndex parent(const QModelIndex &child) const;