aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickflipable/data/crash.qml
blob: a0327918cbea931a68cc4be1eaec2097d5b7b935 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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