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

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

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