summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 20:29:46 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 20:29:46 +0000
commit0e44ce9bedbea1244ef971b48f38a9c48eecf0f5 (patch)
tree79b074202ee1d425abbfb5bb2449701a5fba48bc /utils/themeeditor/parsetreemodel.h
parentbd2ba8068c6cbc58299e98896abd08301a51214f (diff)
downloadrockbox-0e44ce9bedbea1244ef971b48f38a9c48eecf0f5.tar.gz
rockbox-0e44ce9bedbea1244ef971b48f38a9c48eecf0f5.zip
Theme Editor: Changed anged error reporting method in parser, added error messages to status bar in editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26672 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/parsetreemodel.h')
-rw-r--r--utils/themeeditor/parsetreemodel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/themeeditor/parsetreemodel.h b/utils/themeeditor/parsetreemodel.h
index 76960937f1..55af549e6c 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/parsetreemodel.h
@@ -48,8 +48,7 @@ public:
48 48
49 QString genCode(); 49 QString genCode();
50 /* Changes the parse tree to a new document */ 50 /* Changes the parse tree to a new document */
51 bool changeTree(const char* document); 51 QString changeTree(const char* document);
52
53 QModelIndex index(int row, int column, const QModelIndex& parent) const; 52 QModelIndex index(int row, int column, const QModelIndex& parent) const;
54 QModelIndex parent(const QModelIndex &child) const; 53 QModelIndex parent(const QModelIndex &child) const;
55 int rowCount(const QModelIndex &parent) const; 54 int rowCount(const QModelIndex &parent) const;