summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/data/transformCrash.qml
blob: ab7fa848659c3239f03679f29b68d88080570246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import Qt 4.7

Item {
    id: wrapper
    width: 200
    height: 200

    QtObject {
        id: object
    }

    Component.onCompleted: wrapper.transform = object
}