aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/statesAndTransitions.qml
blob: 648bdce6b99ea4f36568a69f843c503d3d800242 (plain)
1
2
3
4
5
6
7
8
9
10
QtObject {
    id: foo

    states: [ State {} ]
    transitions: [ Transition {} ]

    // This needs to be *before* states and transitions after formatting
    Item {}

}