Skip to content

client: Simplify round trip behavior

The custom event queue was removed in 302d4ffb (2015) so the comment about not being able to use the inbuilt round trip method no longer applies.

This fixes a real world problem. Use of a blocking round trip should not process non wayland events. Doing so can lead to misbehaviour client side as things happen out of order. The move to the event thread created several regressions as we now get events before the QGuiApplication is fully constructed.

Change-Id: I650481f49a47ed1a9778c7e1bc3c48db6e8f0031 Reviewed-by: Vlad Zahorodnii vlad.zahorodnii@kde.org Reviewed-by: Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt@qt.io (cherry picked from commit 62646d91)

Merge request reports