Re: [Interest] QML Image asyncronous property

2014-12-05 Thread Harri Pasanen
On 05/12/2014 10:58, Mark Gaiser wrote: > On Thu, Dec 4, 2014 at 4:27 PM, Harri Pasanen wrote: >> I'm playing with a GridView where the delegate contains an Image element >> with asyncronous: true property. >> >> >> As a result, when my QML file loads, I see a bunch of messages like: >> >> >> QObj

Re: [Interest] QML Image asyncronous property

2014-12-05 Thread Mark Gaiser
On Thu, Dec 4, 2014 at 4:27 PM, Harri Pasanen wrote: > I'm playing with a GridView where the delegate contains an Image element > with asyncronous: true property. > > > As a result, when my QML file loads, I see a bunch of messages like: > > > QObject::startTimer: Timers cannot be started from ano

[Interest] QML Image asyncronous property

2014-12-04 Thread Harri Pasanen
I'm playing with a GridView where the delegate contains an Image element with asyncronous: true property. As a result, when my QML file loads, I see a bunch of messages like: QObject::startTimer: Timers cannot be started from another thread going by in Application Output pane. This is with