aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/jsimport/importSingletonType.js
blob: 6c53a0c47d160e1898231b876ce6ec5c092ed88c (plain)
1
2
3
4
5
.import Qt.test 1.0 as QObjectSingletonType

function testFunc() {
    return QObjectSingletonType.QObject.qobjectTestProperty
}