diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-24 17:59:31 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 (patch) | |
tree | f0ccf309a3ebe0c2cccfc50d2f6d9b9076a97e3b /lib/olm/qolminboundsession.h | |
parent | 8706c055e69b01097b702403aaa0d222e5ab0d29 (diff) | |
download | libquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.tar.gz libquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.zip |
ifdef everything
Diffstat (limited to 'lib/olm/qolminboundsession.h')
-rw-r--r-- | lib/olm/qolminboundsession.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/olm/qolminboundsession.h b/lib/olm/qolminboundsession.h index 82802520..85807821 100644 --- a/lib/olm/qolminboundsession.h +++ b/lib/olm/qolminboundsession.h @@ -4,6 +4,8 @@ #pragma once +#ifdef Quotient_E2EE_ENABLED + #include <QByteArray> #include <variant> #include "olm/olm.h" @@ -43,3 +45,4 @@ private: QByteArray m_buffer; }; } // namespace Quotient +#endif |