aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/propertyDelegate.qml
blob: aa4d2c35c8340dda253c1c2bf1468215dbabdc5c (plain)
1
2
3
4
5
import QtQuick 2.15

Repeater {
    delegate: Item {}
}