aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/ComponentWithIncubator.qml
blob: b3610831dfcae3f9d50cf1ad4a29dbae4f75e121 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    Repeater {
        model: 3
        Item {}
    }
}