aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/Zzz.qml
blob: fa0edf69dc6d72ac9ff9da48adab49870090966e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.11

Item {
    id: zzz
    height: 333

    Rectangle {
        width: zzz.height
    }

    property int propertyOfZZZ
}