summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/models/parsetreemodel.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-05 07:38:02 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-05 07:38:02 +0000
commit2ea1a34f981fec971057c4df23791e3cf70a1b0c (patch)
treeef3ea79551dfe23ed96d8cb7ed87557fd393afed /utils/themeeditor/models/parsetreemodel.h
parentbfc20975b068d707ad46a5f02d8561852e41f311 (diff)
downloadrockbox-2ea1a34f981fec971057c4df23791e3cf70a1b0c.tar.gz
rockbox-2ea1a34f981fec971057c4df23791e3cf70a1b0c.zip
Theme Editor: Stopped bug that caused segfault if SBS element was moved from within a WPS preview
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27712 a1c6a512-1295-4272-9138-f99709370657
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:
private:
ParseTreeNode* root;
+ ParseTreeModel* sbsModel;
struct skin_element* tree;
QGraphicsScene* scene;
};