aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrepeater/data/invalidContextCrash.qml
blob: 4a822cf25a0d5a0a4a3eb068ed4be28d509b306c (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
Item {
    Repeater {
        model: badModel
        delegate: Item {}
    }
}