aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/data/DefaultPropertySingleChild.qml
blob: 230b0a90e3b985d4d2a01a7dc54bf4e6cacd69bf (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    default property QtObject child
}