aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/NeedImportPath.qml
blob: 0a63b58f7c4ad87f1b4f2f31048e08fce30d690f (plain)
1
2
3
4
5
import ModuleInImportPath

A {
    myProperty: "Hello World"
}