aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/rootAsQmlComponent.qml
blob: 8d72cd38445f09a89863b5f211d2b5db2e66483b (plain)
1
2
3
4
5
6
import Test 1.0
MyContainerComponent {
    x: 11
    MyQmlObject {}
    MyQmlObject {}
}