aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/PropertyBase2.qml
blob: cfb07da0f5c9c91d4a4d3e449504c15cd695c967 (plain)
1
2
3
4
5
import QtQml 2.15

PropertyBase {
    foo: QtObject { property int bar: 5 }
}