aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/attachedImportUse.qml
blob: 56b4e2bf7c3bbbdd44cb6421e801ba53a7a63a6d (plain)
1
2
3
4
5
6
7
import QtQml
import TestTypes

QtObject {
    id: control
    objectName: control.BirthdayParty.objectName
}