summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlformat/data/normalizedFunctionsSpacing.formatted.qml
blob: 5b41da753bb84a7ed48025ca4773683ce3513feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Item {
    id: test

    signal testSignal

    function test1() {
    }

    function test2() {
    }

    function test3() {
    }

    function test4() {
    }

    function test5() {
    }

    height: 360
    width: 360

    Button {
    }
}