diff options
Diffstat (limited to 'sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp b/sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp index bd78ad80d..41103c24e 100644 --- a/sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp +++ b/sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp @@ -62,7 +62,7 @@ void TestRemoveImplConv::testRemoveImplConv() QVERIFY(classB); const AbstractMetaClass *classC = AbstractMetaClass::findClass(classes, QLatin1String("C")); QVERIFY(classC); - AbstractMetaFunctionList implConv = classC->implicitConversions(); + const auto implConv = classC->implicitConversions(); QCOMPARE(implConv.count(), 1); QCOMPARE(implConv.constFirst()->arguments().constFirst().type().typeEntry(), classB->typeEntry()); |
