aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml
blob: 492dad920f8a3d8d3592be111957b43ec5c59f06 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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