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

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

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