Merge pull request #1368 from demmm/master

[localeq] Repeater with zonesModel crashes cala
main
Adriaan de Groot 6 years ago committed by GitHub
commit d55a5bde98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,9 +27,9 @@ RowLayout
Layout.fillWidth: true Layout.fillWidth: true
ColumnLayout { ColumnLayout {
id: zones id: zones
Repeater { ListView {
model: config.zonesModel model: config.zonesModel
Text { delegate: Text {
text: label text: label
} }
} }

Loading…
Cancel
Save