aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/nullObjectBinding.qml
blob: cbd2d3e7e8383ec93c0e51c8525dd6a942e0e388 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

QtObject {
    property QtObject test
    test: if (1) model
    property ListModel model
}