aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-08-31 00:30:42 +0200
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:11 +0100
commitcdd21a33eabebbad33a610cbe189116caba3ac89 (patch)
tree13bf8a35aca606e109c2a1309edf1bdeb12fde44 /lib
parent46e7f0d69db376cf45b354fef69ecba1e4636805 (diff)
downloadlibquotient-cdd21a33eabebbad33a610cbe189116caba3ac89.tar.gz
libquotient-cdd21a33eabebbad33a610cbe189116caba3ac89.zip
Fix FTBFS
Diffstat (limited to 'lib')
-rw-r--r--lib/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 6729b23d..6b1ecdae 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -648,6 +648,7 @@ public Q_SLOTS:
/** \deprecated Do not use this directly, use Room::leaveRoom() instead */
virtual LeaveRoomJob* leaveRoom(Room* room);
+ void encryptionUpdate(Room *room);
Q_SIGNALS:
/// \brief Initial server resolution has failed
///