[SOLVED] Qt Fatal Segmentation Fault when accessing QList from qml
-
wrote on 6 Aug 2015, 20:51 last edited by Maxim DC 8 Jul 2015, 09:57This post is deleted!
-
Hi,
Something's not clear with your code, you return a
QQmlListProperty<MyObject>
while mMyObjectsList is aQQmlListProperty<MyObject*>
.Also why are you calling
(&mMyObjects)->values();
and notmMyObjects.values();
? -
Hi,
Something's not clear with your code, you return a
QQmlListProperty<MyObject>
while mMyObjectsList is aQQmlListProperty<MyObject*>
.Also why are you calling
(&mMyObjects)->values();
and notmMyObjects.values();
?wrote on 7 Aug 2015, 06:05 last edited by Maxim DC 8 Jul 2015, 06:06This post is deleted!
2/3