Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / BindingsSpliceCorrectlyType5.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int dataProperty: 7
5
6     point.x: dataProperty
7 }