Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativexmllistmodel / data / roleCrash.qml
1 import QtQuick 1.0
2
3 XmlListModel {
4     id: model
5     XmlRole {}
6     Component.onCompleted: model.roles = 0
7 }