aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlcomponent/data/myqmlobject_binding.qml
blob: f09bd9ede7d4cf9fc9912786c2b38073480d4f1f (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import Qt.test 4.6

MyQmlObject {
    result: value
}