aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/ComponentType.qml
blob: dbad44b511875228fca86b3b7e59eea3961b2fd9 (plain)
1
2
3
4
5
6
import QtQml
Component {
    QtObject { // having a type inside Component is required
        objectName: "enclosed"
    }
}