aboutsummaryrefslogtreecommitdiff
path: root/lib/e2ee
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-18 21:39:42 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-18 21:39:42 +0200
commit7ef84728ab3744192583eb587a4585c576f5a176 (patch)
tree07570f02d058ad2645778578e85b50b4d3b9721d /lib/e2ee
parent5a63f8a18645d612decdcc853335df0682c41d03 (diff)
downloadlibquotient-7ef84728ab3744192583eb587a4585c576f5a176.tar.gz
libquotient-7ef84728ab3744192583eb587a4585c576f5a176.zip
Move C++-only macros to util.h
This pertains to QUO_IMPLICIT and DECL_DEPRECATED_ENUMERATOR - both can be used with no connection to Qt meta-type system (which is what quotient_common.h is for).
Diffstat (limited to 'lib/e2ee')
-rw-r--r--lib/e2ee/e2ee.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/e2ee/e2ee.h b/lib/e2ee/e2ee.h
index 1efd0f16..9501b263 100644
--- a/lib/e2ee/e2ee.h
+++ b/lib/e2ee/e2ee.h
@@ -8,7 +8,6 @@
#include "converters.h"
#include "expected.h"
#include "qolmerrors.h"
-#include "quotient_common.h"
#include <QtCore/QMetaType>
#include <variant>
@@ -71,7 +70,7 @@ struct IdentityKeys
};
//! Struct representing the one-time keys.
-struct QUOTIENT_API UnsignedOneTimeKeys
+struct UnsignedOneTimeKeys
{
QHash<QString, QHash<QString, QString>> keys;