aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/cli/data/sourceFolder/ImportFromImportPath1.qml
blob: 3417701352f3635b140f9683484d79e1c2281458 (plain)
1
2
3
4
5
import SomeModule

A {
    helloSomeModule: "hello!"
}