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.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;