aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/defaultPropertyVar.qml
blob: 7aac1a9a75af9dc4181c838c67222b09722e1cb0 (plain)
1
2
3
4
5
6
7
import QtQml 2.0

QtObject {
    default property var child

    QtObject {}
}