summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflipable/data/crash.qml
blob: ad40bf0833c028181ac75007b69a3fb032a029df (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

Flipable {
   transform: Rotation {
        axis.y: 1
        axis.z: 0
        angle: 180
    }
}