diff --git a/autotests/anitest.cpp b/autotests/anitest.cpp index b4bdb2b..eaa3a80 100644 --- a/autotests/anitest.cpp +++ b/autotests/anitest.cpp @@ -48,7 +48,7 @@ private Q_SLOTS: QCOMPARE(reader.text(QStringLiteral("Author")), QStringLiteral("KDE Community")); } - void textRead() + void testRead() { QImageReader reader(QFINDTESTDATA("ani/test.ani")); QVERIFY(reader.canRead());