aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/typeimports/data/cpp.qml
blob: ae6f3aeb4db6c792674dc10e590b3134585a9463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import Qt.test 2.0

TestType1 {
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }

    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
    TestType1 { } TestType2 { } TestType3 { } TestType4 { }
}