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

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