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

QtObject {
    property var foo
}