summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scriptScope.2.qml
blob: ec727e23d8a58c70613971a0e1400c5e996ddc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt.test 1.0

MyQmlObject {
    property string result
    property string aProp: "hello"

    Script{
        source: "scriptScope.js"
    }
    onBasicSignal: f()
}