summaryrefslogtreecommitdiff
path: root/utils/themeeditor/parsetreemodel.h
diff options
context:
space:
mode:
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;