Skip to content
Snippets Groups Projects
Commit e1b09a5b authored by Pierre Lamot's avatar Pierre Lamot Committed by Steve Lhomme
Browse files

qt: optimize RoundImage generation

RoundImage are generated asynchronously, so if a view request again the same
image before it generation ends and reach the cache, a new request is recreated
and the image is re-generated. This patch optimize the image generation by
exposing the request as a shared objects that will be shared amongst the
different image that makes the same request.
parent 3b0db17c
No related branches found
No related tags found
Loading
Pipeline #348304 passed with stage
in 27 minutes and 7 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment