Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgitem2 / data / transformCrash.qml
1 import QtQuick 2.0
2
3 Item {
4     id: wrapper
5     width: 200
6     height: 200
7
8     QtObject {
9         id: object
10     }
11
12     Component.onCompleted: wrapper.transform = object
13 }