Skip to content

autotests: Fix TestXdgShellWindow in Qt 6 build

Vlad Zahorodnii requested to merge work/zzag/xdg-shell-window-test-qt6 into master

TestXdgShellWindow::testPointerInputTransform() 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