mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Port away from AbstractListItem
This commit is contained in:
parent
58ce637703
commit
55100ddbcc
1 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue