Re: [Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Paul Lemire
On Fri, 11 Oct 2013 18:16:07 +0200, Nils Jeisecke wrote: > Hi Paul, > > On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire > wrote: >> On a side note, those models are not registered as qml properties but >> are >> returned as QObject* in a Q_INVOKABLE methods of the backend. If I want >> to >

Re: [Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Nils Jeisecke
Hi Paul, On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire wrote: > On a side note, those models are not registered as qml properties but are > returned as QObject* in a Q_INVOKABLE methods of the backend. If I want to > use the model in a ListView, I then do : > > ListView > { > model : libra

[Development] Qt 5.2 Alpha possible issue with V4 and exposed Qml properties

2013-10-11 Thread Paul Lemire
Hello everyone, I've been working for quite some time on a Qt and QtQuick project and I tried the 5.2 alpha release as soon as it got out. However, my project which didn't have any issues running with any previous 5.* release of Qt now crashes with the alpha. My project is composed of a core