aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h
index c351f93e..e5cec34b 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -21,6 +21,10 @@
#include <functional>
+#ifdef Quotient_E2EE_ENABLED
+#include "crypto/e2ee.h"
+#endif
+
Q_DECLARE_METATYPE(Quotient::GetLoginFlowsJob::LoginFlow)
namespace Quotient {
@@ -650,6 +654,7 @@ public Q_SLOTS:
#ifdef Quotient_E2EE_ENABLED
void encryptionUpdate(Room *room);
+ PicklingMode picklingMode() const;
#endif
Q_SIGNALS:
/// \brief Initial server resolution has failed