diff options
author | Felix Rohrbach <fxrh@gmx.de> | 2016-05-03 19:59:47 +0200 |
---|---|---|
committer | Felix Rohrbach <fxrh@gmx.de> | 2016-05-03 19:59:47 +0200 |
commit | fc95edb7a63bcacb02418c55e15a1aa21ac080cd (patch) | |
tree | 737052a0675b5ecce7c3d2902f2278400f13885e /connectionprivate.h | |
parent | 22a675a55ae2dac33a680531f4003fbfeb24ec39 (diff) | |
parent | 9a415111fefd0d21f8b4abbbe9af9066d78c971b (diff) | |
download | libquotient-fc95edb7a63bcacb02418c55e15a1aa21ac080cd.tar.gz libquotient-fc95edb7a63bcacb02418c55e15a1aa21ac080cd.zip |
Merge pull request #4 from KitsuneRal/user-room-names2
Render display names of users and rooms according to the spec - take 2
Diffstat (limited to 'connectionprivate.h')
-rw-r--r-- | connectionprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectionprivate.h b/connectionprivate.h index 1fccc759..c538cef5 100644 --- a/connectionprivate.h +++ b/connectionprivate.h @@ -47,6 +47,8 @@ namespace QMatrixClient void processState( State* state ); void processRooms( const QList<SyncRoomData>& data ); + /** Finds a room with this id or creates a new one and adds it to roomMap. */ + Room* provideRoom( QString id ); Connection* q; ConnectionData* data; |