aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/ListProperty.qml
blob: 0290f51ce984baf82dd91c1fec0be8f953ba0ab9 (plain)
1
2
3
4
5
import Things 1.0

Frame {
    contentWidth: contentChildren.length === 1 ? contentChildren[0].implicitWidth : 0
}