diff options
Diffstat (limited to 'connection.h')
-rw-r--r-- | connection.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/connection.h b/connection.h index 2f7c38b3..c0f013ad 100644 --- a/connection.h +++ b/connection.h @@ -323,6 +323,13 @@ namespace QMatrixClient /** The room object is about to be deleted */ void aboutToDeleteRoom(Room* room); + /** The room has just been created by createRoom or createDirectChat + * This signal is not emitted in usual room state transitions, + * only as an outcome of room creation operations invoked by + * the client. + */ + void createdRoom(Room* room); + void cacheStateChanged(); protected: |