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