aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/data/signal_args.qml
blob: 14359200bffd987245cba420165a4d6358121305 (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 {
    onMySignalWithArgs: { var a = n; return a; }
}