diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 17:57:30 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 17:58:17 +0100 |
commit | 52a787eefb3fb3d147648d08fc439a4b8a966fd3 (patch) | |
tree | 90758ec437c5d1a0c79d5b0500453bf607c14ce0 /lib/e2ee/qolmmessage.h | |
parent | 044ae4a029b710571420f830a497647f7a54698a (diff) | |
download | libquotient-52a787eefb3fb3d147648d08fc439a4b8a966fd3.tar.gz libquotient-52a787eefb3fb3d147648d08fc439a4b8a966fd3.zip |
Add a few missing QUOTIENT_API stanzas
Also, removed Q_GADGET macros from key verification events as those
don't seem to do anything (no Q_ENUM/Q_FLAG things, namely).
Diffstat (limited to 'lib/e2ee/qolmmessage.h')
-rw-r--r-- | lib/e2ee/qolmmessage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/e2ee/qolmmessage.h b/lib/e2ee/qolmmessage.h index 52aba78c..557c02b1 100644 --- a/lib/e2ee/qolmmessage.h +++ b/lib/e2ee/qolmmessage.h @@ -4,6 +4,8 @@ #pragma once +#include "quotient_export.h" + #include <QObject> #include <QByteArray> @@ -16,7 +18,7 @@ namespace Quotient { * * The class provides functions to get a type and the ciphertext. */ -class QOlmMessage : public QByteArray { +class QUOTIENT_API QOlmMessage : public QByteArray { Q_GADGET public: enum Type { |