blob: a0327918cbea931a68cc4be1eaec2097d5b7b935 [file] [log] [blame]
import QtQuick 2.0
Flipable {
transform: Rotation {
axis.y: 1
axis.z: 0
angle: 180
}
}