aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/data/signal_unusedArgs.qml
blob: c5d8aeed6e8f64cb6b46ded9709c26375d8631fd (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 = 1; return a; }
}