Skip to content

autotests: Fix testXwaylandInput in Qt 6 build

Vlad Zahorodnii requested to merge work/zzag/test-xwayland-input-qt6 into master

The test fails because of type mismatches between QPoint and QPointF, Qt 5 is not so strict about this.

Merge request reports