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

MyTypeObject {
    property int dataProperty: 7

    point: Qt.point(dataProperty, dataProperty)
}