diff options
author | Tobias Fella <fella@posteo.de> | 2021-08-31 00:30:42 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | cdd21a33eabebbad33a610cbe189116caba3ac89 (patch) | |
tree | 13bf8a35aca606e109c2a1309edf1bdeb12fde44 /lib | |
parent | 46e7f0d69db376cf45b354fef69ecba1e4636805 (diff) | |
download | libquotient-cdd21a33eabebbad33a610cbe189116caba3ac89.tar.gz libquotient-cdd21a33eabebbad33a610cbe189116caba3ac89.zip |
Fix FTBFS
Diffstat (limited to 'lib')
-rw-r--r-- | lib/connection.h | 1 |
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 /// |