aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/TypeWithDefaultListProperty.qml
blob: e30314a825c02c9de4093aa85dae7abd8746fb95 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    default property list<QtObject> children
}