use QTEST_MAIN

This commit is contained in:
James Graham
2023-07-31 21:02:06 +01:00
parent 9311052e39
commit 81e953dd8c

View File

@@ -646,5 +646,5 @@ void TextHandlerTest::linkPreviewsReject()
QCOMPARE(testTextHandler.getLinkPreviews(), testOutputLinks);
}
QTEST_APPLESS_MAIN(TextHandlerTest)
QTEST_MAIN(TextHandlerTest)
#include "texthandlertest.moc"