Fix untested qml remove list.

This commit is contained in:
2020-07-22 19:46:45 -04:00
parent 1102ed50b3
commit 3c8a3ee04c

View File

@@ -272,7 +272,7 @@ Kirigami.ApplicationWindow {
router.pushRoute({"route": "addrecord", "data": serviceId});
}
}
Layouts.ColumnLayout {
/*Layouts.ColumnLayout {
anchors.fill: parent
Kirigami.InlineMessage {
Layouts.Layout.fillWidth: true
@@ -285,7 +285,7 @@ Kirigami.ApplicationWindow {
Component.onCompleted: {
//TODO: check if oil change is needed.
}
}
}*/
ListView {
id: serviceView
model: recordModel
@@ -327,7 +327,7 @@ Kirigami.ApplicationWindow {
]
}
}
}
//}
}
}
}