Skip to content

autotests: Fix windowquadlist with Qt 6

Vlad Zahorodnii requested to merge work/zzag/windowquadlist-qt6 into master

In Qt 6, container.count() returns a qsizetype, on the other hand expectedCount is int. That type difference makes QTEST panic.

Merge request reports