aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/functionsSpacing.formatted.qml
blob: d452ba2b8ccc1d7d593010bd90b3f1d1aaae759e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Item {
    id: test

    signal testSignal
    function test1() {
    }
    function test2() {
    }
    Button {
    }

    function test4() {
    }

    function test5() {
    }
    height: 360
    width: 360
    function test3() {
    }
}