aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/BindingsSpliceCorrectlyType5.qml
blob: 151c49971efb65ea986f4582bf560dcc75804a6f (plain)
1
2
3
4
5
6
7
import Test 1.0

MyTypeObject {
    property int dataProperty: 7

    point.x: dataProperty
}