Merge pull request #1368 from demmm/master

[localeq] Repeater with zonesModel crashes cala
This commit is contained in:
Adriaan de Groot 2020-04-04 21:51:53 +02:00 committed by GitHub
commit d55a5bde98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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