Skip to content

qt: treat image response cancelment properly

An image response does not cancel itself, so it can not be considered an error, and it obviously can not be considered success as well.

The purpose of signalling finished() is to inform that it is ready for deletion.

Currently, I get a lot of "failed to get image" errors on Wayland (not sure if related). Images in drag item are also not displayed because of the poor handling.

We should really get rid of RoundImage.

Request review @chub.

Merge request reports