Skip to content

[qtquickrenderersettings] Drop force basic loop on wayland

David Edmundson requested to merge work/d_ed/no_force_basic into master

This was needed due to a threading risk that existed in 5.x. In Qt6 we have a mutex round the start and end of frame rendering that should prevent issues.

Landing this early should help us determine if remaining issues need to be fixed.

Edited by David Edmundson

Merge request reports