summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/inlineQmlComponents.txt
blob: e713a88b3412af42f1c548b8bc5c5ad3e1c126f8 (plain)
1
2
3
4
5
6
7
8
MyContainer {
    Component {
        id: MyComponent
        MyQmlObject {
            value: 11
        }
    }
}