qtdeclarative/examples/quick/imageresponseprovider
Fabian Kosmale b1f2385682 Discourage having AsyncImageResponse inherit from QRunnable
As the AsyncImageResponse is owned by the qml engine, it should ideally
live in the same thread. Else, when we call destroyLater() on it in the
qml engine, we can run into various race coditions.

see also commit c8827b444c

Change-Id: I6e21ca4527281445e5f6df082f60b60838bb2eac
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2019-06-25 13:50:45 +02:00
..
ImageResponseProviderCore Add QQuickAsyncImageProvider 2015-03-26 12:45:21 +00:00
doc/src Fix outdated FDL license header 2017-10-17 11:18:21 +00:00
imageresponseprovider-example.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
imageresponseprovider.cpp Discourage having AsyncImageResponse inherit from QRunnable 2019-06-25 13:50:45 +02:00
imageresponseprovider.pro fix example installs 2016-05-13 04:35:24 +00:00
imageresponseprovider.qmlproject Add QQuickAsyncImageProvider 2015-03-26 12:45:21 +00:00