Skip to content

autotests: Fix testPointerConstraintsInterface with Qt 6 build

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

QTEST panics because of type difference (qsizetype vs int).

Merge request reports