Remove one RoomListModel instance

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2023-03-30 18:28:39 +02:00
committed by Tobias Fella
parent 8f141cd88d
commit 3677088104

View File

@@ -46,10 +46,7 @@ Kirigami.ScrollablePage {
model: SortFilterSpaceListModel { model: SortFilterSpaceListModel {
id: sortFilterSpaceListModel id: sortFilterSpaceListModel
sourceModel: RoomListModel { sourceModel: roomListModel
id: spaceListModel
connection: Controller.activeConnection
}
} }
header: QQC2.ItemDelegate { header: QQC2.ItemDelegate {