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

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

    function test4() {
    }

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