qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/statesAndTransitions.qml

11 lines
173 B
QML

QtObject {
id: foo
states: [ State {} ]
transitions: [ Transition {} ]
// This needs to be *before* states and transitions after formatting
Item {}
}