From 367708810463e922c8611bbda6cf8acea08933ca Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 30 Mar 2023 18:28:39 +0200 Subject: [PATCH] Remove one RoomListModel instance Signed-off-by: Carl Schwan --- src/qml/Page/RoomListPage.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/qml/Page/RoomListPage.qml b/src/qml/Page/RoomListPage.qml index 4b5484a7c..4014cc97f 100644 --- a/src/qml/Page/RoomListPage.qml +++ b/src/qml/Page/RoomListPage.qml @@ -46,10 +46,7 @@ Kirigami.ScrollablePage { model: SortFilterSpaceListModel { id: sortFilterSpaceListModel - sourceModel: RoomListModel { - id: spaceListModel - connection: Controller.activeConnection - } + sourceModel: roomListModel } header: QQC2.ItemDelegate {