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

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