aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/defaultProperty.qml
blob: be9368c7aa8a4d9baec0c9540db2c5a8fc6cf00e (plain)
1
2
3
4
5
import QtQml 2.0

TypeWithDefaultProperty {
    QtObject {}
}