QDeclarativeImageProvider and asynchronous image loading
-
Hi there,
I'm wondering how asynchronous image loading regards deleting of the image provider since I didn't find any clue in the docs.
For example, we have some provider and have been loading some images, suppose we have 5 images in processing at the moment. Now we delete image provider but threads are still processing. What happens to the image processing threads? Will it cause a crash due to accessing deleted provider? If so how can I prevent it?