aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/ScriptComponent.qml
blob: 3fb9a10e857b60e72c37dee0033f9500d1b243b0 (plain)
1
2
3
4
5
6
import QtQuick 2.0
import "script.js" as JS

VMEExtendVMEComponent {
    function getSomething() { return JS.getSomething() }
}