diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-08-06 05:34:01 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-06 05:34:01 +0000 |
commit | d505bc01195ddc4ca6e57efe42b97f1ce49d6afd (patch) | |
tree | 28418562cbb74c1e0741676c1d6a3f3b3da5de87 /utils/themeeditor/models/parsetreemodel.h | |
parent | 6063e9138b2c5a1ca25b3cd1ece0f9ce248f56a1 (diff) |
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
Diffstat (limited to 'utils/themeeditor/models/parsetreemodel.h')
-rw-r--r-- | utils/themeeditor/models/parsetreemodel.h | 2 |
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: QModelIndex indexFromPointer(ParseTreeNode* p); private: + void setChildrenUnselectable(QGraphicsItem* root); + ParseTreeNode* root; ParseTreeModel* sbsModel; struct skin_element* tree; |