1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

[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

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"
}