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