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

MyTypeObject {
    property int value: 13

    rect.x: value
    rect: "10,10,10x10"
}