aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativexmllistmodel/data/roleCrash.qml
blob: 6a7059bb45df1e8e5e59a81a104d821b7377bc31 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0
import QtQuick.XmlListModel 2.0

XmlListModel {
    id: model
    XmlRole {}
    Component.onCompleted: model.roles = 0
}