aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/qmldirImportAndDepend/QtObjectWithDefaultProperty.qml
blob: fb856d0b29858b729c81ed1d3e53384ce3073106 (plain)
1
2
3
4
import Things // imports QtQml
QtObject {
    default property QtObject child
}