aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmllistmodel/data/roleCrash.qml
blob: 50b8c0db49f658ae95075505e561eae05c9cdf70 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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