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
|
sortOrder: Qt.AscendingOrder
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: Kirigami.AbstractListItem {
|
delegate: QQC2.ItemDelegate {
|
||||||
QQC2.CheckBox {
|
contentItem: QQC2.CheckBox {
|
||||||
text: model.name
|
text: model.name
|
||||||
checked: model.enabled
|
checked: model.enabled
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue