summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicObject.1.qml
blob: a1be43a0467966ec659a684aeb0e6b63121ba9e6 (plain)
1
2
3
4
5
6
7
8
import Test 1.0
import Qt 4.7
MyCustomParserType {
    propa: a + 10
    propb: Math.min(a, 10)
    propc: MyPropertyValueSource {}
    onPropA: a
}