https://bugs.kde.org/show_bug.cgi?id=447717
--- Comment #59 from David Edmundson <k...@davidedmundson.co.uk> --- To clarify: - The situation in Qt6 is not reverted and should work well - It relies on new API that QtDeclarative then uses. Our backports can't include new API - The attempt above hooked into "makeCurrent" "doneCurent" - That simply didn't work, makeCurrent isn't called every frame as on that thread we don't have to make it current again - It hit complete deadlocks, we need to be careful when it comes to mutexes -- You are receiving this mail because: You are watching all bug changes.