[qml/en] Fix typo (#5058)

This commit is contained in:
Jan Knobloch 2024-08-28 16:17:15 +02:00 committed by GitHub
parent 4e4f47cd8e
commit 65d8f4221b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ Window {
Rectangle {
// Since this rectangle is not created by the ListView, the attached
// type is not avaiable.
// type is not available.
color: ListView.isCurrentItem ? "green" : "red"
}