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

MyQmlObject {
    function runtest(obj) {
        return obj.MyQmlObject.value == 19;
    }
}