summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/nullObjectBinding.qml
blob: 1bf0b8163f98f3b4121d646b104561eb02ab926e (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

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