From d505bc01195ddc4ca6e57efe42b97f1ce49d6afd Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 6 Aug 2010 05:34:01 +0000 Subject: Theme Editor: Made SBS elements in WPS documents non-interactive, which makes it a little more difficult to crash the editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27734 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/models/parsetreemodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/models/parsetreemodel.h') 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: QModelIndex indexFromPointer(ParseTreeNode* p); private: + void setChildrenUnselectable(QGraphicsItem* root); + ParseTreeNode* root; ParseTreeModel* sbsModel; struct skin_element* tree; -- cgit v1.2.3