summary refs log tree commit diff
path: root/include/RoomList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/RoomList.h')
-rw-r--r--include/RoomList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/RoomList.h b/include/RoomList.h

index 489083d1..417ed363 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -35,7 +35,8 @@ public: RoomList(QSharedPointer<MatrixClient> client, QWidget *parent = 0); ~RoomList(); - void setInitialRooms(const QMap<QString, RoomState> &states); + void setInitialRooms(const QMap<QString, QSharedPointer<RoomSettings>> &settings, + const QMap<QString, RoomState> &states); void sync(const QMap<QString, RoomState> &states); void clear();