aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/data/ListOverrideAlwaysReplaceOverridenContainer.qml
blob: 3d4ac36a3ce4a017d5f58cbff28735e7e5385660 (plain)
1
2
3
4
5
import Test 1.0

ListOverrideAlwaysReplaceBaseContainer {
    children: [MyQmlObject {}, MyQmlObject {}]
}