aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/nonNullStored.qml
blob: 04388103a165cd5feccd47ea47309b44637dfbea (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property Foozle foozle
    function barzle() { return foozle.objectName }
}