aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/methods.2.qml
blob: b2adaf65cbcbef1389ef5a8f5e58286876ccb7f3 (plain)
1
2
3
4
5
6
import Qt.test 1.0

MyQmlObject {
    id: myObject
    onBasicSignal: myObject.method(163)
}