aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/data/qtbug_16871.qml
blob: 8102df165c4a5519ad7725c45e6349f3d2386fa4 (plain)
1
2
3
4
5
import QtQuick 1.0

Item {
    children: [ 10 ]
}