Comment 1 for bug 1528406

Revision history for this message
Michi Henning (michihenning) wrote :

I worked around the problem by changing this:

QSignalSpy spy(response, &QQuickImageResponse::finished);

to that:

QSignalSpy spy(response, SIGNAL(finished()));

Seeing this happens only on arm64 on Vivid and passes everywhere else, I'd say this is a Qt problem of some kind?