aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/data/signal_args.qml
blob: 90a774fcec7de5b17a21c08d3109335fc176ad63 (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 WITH Qt-GPL-exception-1.0

import Qt.test 1.0

TestObject {
    onMySignalWithArgs: { var a = n; return a; }
}