aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinfo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlinfo')
-rw-r--r--tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp b/tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp
index 03add4b309..4908ca210b 100644
--- a/tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp
+++ b/tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp
@@ -226,7 +226,7 @@ void tst_qqmlinfo::attachedObject()
QScopedPointer<QObject> object(component.create());
QVERIFY2(object != nullptr, qPrintable(component.errorString()));
- QCOMPARE(warningSpy.count(), 2);
+ QCOMPARE(warningSpy.size(), 2);
// The Attached C++ type has no QML engine since it was created in C++, so we should see its parent instead.
const auto cppWarnings = warningSpy.at(0).first().value<QList<QQmlError>>();