summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/inlineQmlComponents.qml
blob: 1ebec1b08662d4438d29e95f1cb04a86671336fc (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0
import Qt 4.7
MyContainer {
    Component {
        id: myComponent
        MyQmlObject {
            value: 11
        }
    }
}