717f3502c0ff88cf0aaea74f204dd8e901322613
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / valueSources.qml
1 import Test 1.0
2
3 MyTypeObject {
4     MyConstantValueSource on rect.x {}
5 }