aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/findUsages/propertyInNested/NestedComponentInFile2.qml
blob: ece29137589ff978346387c7e1535e4bffefbfa4 (plain)
1
2
3
4
5
6
import QtQuick

Item {
    property NestedComponentInFile3 inner
    property int p2
}