aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/didYouMeanProperty.qml
blob: c27f10b9781810fc18411507614e85b26da97c72 (plain)
1
2
3
4
5
6
import QtQuick

Item {
    Rectangle { id: rect }
    width: rect.hoight * 2
}