summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/inlineQmlComponents.qml
blob: 478f06a8df36dc2fc2576f4fba57507237372133 (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
        }
    }
}