Port away from AbstractListItem

This commit is contained in:
Marco Martin 2023-11-03 17:21:34 +01:00
parent 58ce637703
commit 55100ddbcc

View file

@ -30,8 +30,8 @@ KCM.ScrollViewKCM {
sortOrder: Qt.AscendingOrder
}
delegate: Kirigami.AbstractListItem {
QQC2.CheckBox {
delegate: QQC2.ItemDelegate {
contentItem: QQC2.CheckBox {
text: model.name
checked: model.enabled
onCheckedChanged: {