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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/models/parsetreemodel.h b/utils/themeeditor/models/parsetreemodel.h
index 2c762f3645..f176b760d3 100644
--- a/utils/themeeditor/models/parsetreemodel.h
+++ b/utils/themeeditor/models/parsetreemodel.h
@@ -80,6 +80,8 @@ public:
80 QModelIndex indexFromPointer(ParseTreeNode* p); 80 QModelIndex indexFromPointer(ParseTreeNode* p);
81 81
82private: 82private:
83 void setChildrenUnselectable(QGraphicsItem* root);
84
83 ParseTreeNode* root; 85 ParseTreeNode* root;
84 ParseTreeModel* sbsModel; 86 ParseTreeModel* sbsModel;
85 struct skin_element* tree; 87 struct skin_element* tree;