aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/qmldirImportAndDepend/bad.qml
blob: ef80aa54d61794282a2dca7ce14474226c0992dd (plain)
1
2
3
4
5
import Things

Item {
    objectName: "We cannot instantiate Item as it is not imported"
}