aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickitem2/data/qtbug_16871.qml
blob: f1e73777306b0169e4214681923703d6fee97611 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    children: [ 10 ]
}