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

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

    function test4() {
    }


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

}