summaryrefslogtreecommitdiff
path: root/utils/themeeditor/models/parsetreemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/models/parsetreemodel.h')
-rw-r--r--utils/themeeditor/models/parsetreemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/models/parsetreemodel.h b/utils/themeeditor/models/parsetreemodel.h
index 3c20a8ed3a..2c762f3645 100644
--- a/utils/themeeditor/models/parsetreemodel.h
+++ b/utils/themeeditor/models/parsetreemodel.h
@@ -81,6 +81,7 @@ public:
81 81
82private: 82private:
83 ParseTreeNode* root; 83 ParseTreeNode* root;
84 ParseTreeModel* sbsModel;
84 struct skin_element* tree; 85 struct skin_element* tree;
85 QGraphicsScene* scene; 86 QGraphicsScene* scene;
86}; 87};