summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/inlineQmlComponents.qml
blob: 79ceda60b9208de8bcf043c28706ed3e4663d386 (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0
import Qt 4.6
MyContainer {
    Component {
        id: MyComponent
        MyQmlObject {
            value: 11
        }
    }
}