qtdeclarative/tests/auto/quick/qquickmousearea
Volker Hilsheimer 528807e80c Tests: Silence compiler warnings when checking bitfields
MSVC complains about us comparing a bool to a quint32, which is the
underlying type for the bitfields in QQuickItemPrivate. Fix that by
replacing QCOMPARE(A, true/false) with the corresponding QVERIFY.

Pick-to: 6.5
Change-Id: I7f50e6276b592c9abe8ceaea95c9283a0c431c78
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
2023-04-21 16:43:23 +02:00
..
data Fix mouse inside MouseArea (containsMouse) for press event 2023-02-09 09:05:46 +00:00
BLACKLIST Skip nestedStopAtBounds when stolen focus cannot be re-gained 2022-10-20 21:37:57 +02:00
CMakeLists.txt Retire the qt_parse_all_arguments 2023-01-20 16:40:42 +01:00
tst_qquickmousearea.cpp Tests: Silence compiler warnings when checking bitfields 2023-04-21 16:43:23 +02:00