diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-24 01:45:43 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 8706c055e69b01097b702403aaa0d222e5ab0d29 (patch) | |
tree | 063534b589d598a14af2018c516ce5eb992399ff /autotests/testolmaccount.cpp | |
parent | c8d67f737e84bbec98a54fc19a8aa56dbc39d542 (diff) | |
download | libquotient-8706c055e69b01097b702403aaa0d222e5ab0d29.tar.gz libquotient-8706c055e69b01097b702403aaa0d222e5ab0d29.zip |
Implement outboundsession
Diffstat (limited to 'autotests/testolmaccount.cpp')
-rw-r--r-- | autotests/testolmaccount.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index 549f07ea..45a7e3a5 100644 --- a/autotests/testolmaccount.cpp +++ b/autotests/testolmaccount.cpp @@ -6,6 +6,8 @@ #include "testolmaccount.h" #include "olm/qolmaccount.h" +using namespace Quotient; + void TestOlmAccount::pickleUnpickedTest() { auto olmAccount = QOlmAccount::create().value(); |