X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/8679115552ec65ccfc6cbc1db68414d80e3a081b..43da84eefc7d:/src/tests/kitemrangetest.cpp diff --git a/src/tests/kitemrangetest.cpp b/src/tests/kitemrangetest.cpp index 882cd66e7..5e4ea653f 100644 --- a/src/tests/kitemrangetest.cpp +++ b/src/tests/kitemrangetest.cpp @@ -22,8 +22,8 @@ #include #include -Q_DECLARE_METATYPE(QVector); -Q_DECLARE_METATYPE(KItemRangeList); +Q_DECLARE_METATYPE(QVector) +Q_DECLARE_METATYPE(KItemRangeList) class KItemRangeTest : public QObject { @@ -69,6 +69,6 @@ void KItemRangeTest::testFromSortedContainer() QCOMPARE(expected, result); } -QTEST_MAIN(KItemRangeTest) +QTEST_GUILESS_MAIN(KItemRangeTest) #include "kitemrangetest.moc"