aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/nullObjectBinding.qml
blob: 1aee7a167091dd2e6e8b055a97f70615d45ccd82 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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