aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/invokableObjectArg.qml
blob: 160a90b5741913509fae7a83b330d0e5f89e0b1f (plain)
1
2
3
4
5
6
7
8
9
import Qt.test 1.0
import QtQuick 2.0

MyQmlObject {
    id: root
    Component.onCompleted: {
        root.myinvokable(root);
    }
}