diff options
-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 /// |