Skip to content

autotests: Fix PointerInputTest in Qt 6 build

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

PointerInputTest::testWarpingBetweenWindows() compares QVariant(QPointF) with QPoint. While this works in Qt 5, Qt 6 seems to take the type into account when comparing the two.

Merge request reports