aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/TypeWithDefaultProperty.qml
blob: e64befb7644b8418c93c243394e84670ff1c9939 (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    default property QtObject child
}