aboutsummaryrefslogtreecommitdiff
path: root/autotests/testolmaccount.cpp
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-02-17 00:29:06 +0100
committerTobias Fella <fella@posteo.de>2022-02-17 00:29:06 +0100
commit6a7e21cfc542588d6bcf7efe839439bf9b632600 (patch)
tree3e82fdc9e5ff5483c4f1fe2c27782b16332817af /autotests/testolmaccount.cpp
parenta42fd5d188e58da95169ea21b4cae23cccd26819 (diff)
downloadlibquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.tar.gz
libquotient-6a7e21cfc542588d6bcf7efe839439bf9b632600.zip
Don't create QApplications in tests
Diffstat (limited to 'autotests/testolmaccount.cpp')
-rw-r--r--autotests/testolmaccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp
index 62b786d0..37d9f1d1 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -573,4 +573,4 @@ void TestOlmAccount::enableEncryption()
QVERIFY(spy2.wait(10000));
}
-QTEST_MAIN(TestOlmAccount)
+QTEST_APPLESS_MAIN(TestOlmAccount)