aboutsummaryrefslogtreecommitdiff
path: root/autotests/testolmaccount.cpp
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-18 11:06:49 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-18 11:06:49 +0100
commit6be59df7036f8df385da29051c5320563518728a (patch)
tree83006a61246ad1aa65677e007f0b4d38f9e7f158 /autotests/testolmaccount.cpp
parent120524a139dbac5d55c952de5dba0e23ba1025f8 (diff)
downloadlibquotient-6be59df7036f8df385da29051c5320563518728a.tar.gz
libquotient-6be59df7036f8df385da29051c5320563518728a.zip
Use QCoreApplication in autotests
QEventLoop refuses to work without an application object instance.
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 37d9f1d1..760276c8 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -573,4 +573,4 @@ void TestOlmAccount::enableEncryption()
QVERIFY(spy2.wait(10000));
}
-QTEST_APPLESS_MAIN(TestOlmAccount)
+QTEST_GUILESS_MAIN(TestOlmAccount)