aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/AliasListType.qml
blob: bdefa1d35ffc7f026be8384ccfd6031347da8f77 (plain)
1
2
3
4
5
6
7
import QtQuick 2.15

Item {
    Item { id: item }

    default property alias content: item.children
}