Skip to content
Commit 361aa053 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

kwinquickeffect: Use an asynchronous incubator for view creation

Creating views is the main thing blocking quick effect activation.
Rather than blocking until everything is created, we can use
QQmlIncubator so we create views asynchronously. This allows KWin to do
other things while views are being created. This is mostly relevant for
multiscreen setups where we create a view per screen.
parent 39a3b53b
Pipeline #308900 failed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment