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

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