X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2b895e7e2bd096e55faa1032ebc6a355a72c2325..727d2513c0a8e7b3e6370f5e08b0d7579ae89564:/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"