aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
blob: bc5229b52926aa6ac0cc08fbc4050e01fd7f492a (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

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