aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml
blob: bd063ac498c2cad5e9133e6a3ba4006d77a2d54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QtObject {
    id: foo

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

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