aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/A.qml
blob: 1a44f005afac7f94438e51b6812ad3a93bc535df (plain)
1
2
3
4
5
6
import QtQml

B {
    id: b
    property int y: 2
}