aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/interception/includes/intercepted/intercepted/included.js
blob: c0215ebbe58279dcbf366bfaa4797aac77f41cb2 (plain)
1
2
3
function myString() {
    return "intercepted include file";
}