Remove one RoomListModel instance
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
committed by
Tobias Fella
parent
8f141cd88d
commit
3677088104
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user