aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/bareQmlImport.qml
blob: 3567cdb5a372b36f887a2f0a94a9e4e49eeb013e (plain)
1
2
3
4
5
6
import QML 1.0
QtObject {
    property Component component: Component {
        QtObject {}
    }
}