aboutsummaryrefslogtreecommitdiff
path: root/lib/e2ee/e2ee.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-16 17:57:30 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-02-16 17:58:17 +0100
commit52a787eefb3fb3d147648d08fc439a4b8a966fd3 (patch)
tree90758ec437c5d1a0c79d5b0500453bf607c14ce0 /lib/e2ee/e2ee.h
parent044ae4a029b710571420f830a497647f7a54698a (diff)
downloadlibquotient-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/e2ee.h')
-rw-r--r--lib/e2ee/e2ee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2ee/e2ee.h b/lib/e2ee/e2ee.h
index 41cd2878..4c825376 100644
--- a/lib/e2ee/e2ee.h
+++ b/lib/e2ee/e2ee.h
@@ -65,7 +65,7 @@ struct IdentityKeys
};
//! Struct representing the one-time keys.
-struct OneTimeKeys
+struct QUOTIENT_API OneTimeKeys
{
QMap<QString, QMap<QString, QString>> keys;