diff options
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h index 6b1ecdae..c351f93e 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -648,7 +648,9 @@ public Q_SLOTS: /** \deprecated Do not use this directly, use Room::leaveRoom() instead */ virtual LeaveRoomJob* leaveRoom(Room* room); +#ifdef Quotient_E2EE_ENABLED void encryptionUpdate(Room *room); +#endif Q_SIGNALS: /// \brief Initial server resolution has failed /// |