Run tests guiless

This commit is contained in:
Tobias Fella
2023-04-29 19:48:57 +02:00
parent e8166f3433
commit e94b3caf51
2 changed files with 2 additions and 2 deletions

View File

@@ -596,5 +596,5 @@ void TextHandlerTest::receiveLineSeparator()
QCOMPARE(textHandler.handleRecievePlainText(Qt::PlainText, true), QStringLiteral("foo bar"));
}
QTEST_MAIN(TextHandlerTest)
QTEST_GUILESS_MAIN(TextHandlerTest)
#include "texthandlertest.moc"