Code review comment for lp:~verzegnassi-stefano/ubuntu-docviewer-app/lok-qml-async-imageprovider

Revision history for this message
Stefano Verzegnassi (verzegnassi-stefano) wrote :

- So it seems. We've discussed about it some week ago, and it seems to keep everything in sync since it waits for the ImageResponse to complete its work on the returned image.

- I moved the code that calls the RenderEngine to the image provider. This way it is used from the GUI thread and there is no problem with ownership, etc...

« Back to merge proposal