aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/ListProperty.qml
blob: faeb1bfe5e8286793cb4b40c3b80d3c5cb146729 (plain)
1
2
3
4
5
6
7
#!/she-bang
import QtQuick 2.12
import Things 1.0

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