aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/data/signal_qml.qml
blob: c5ae42ed76ca8cfdc1ce6f1d6954f8a721a3e3d9 (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 1.0

TestObject {
    onMySignal: { var a = 1; return a; }
}