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

Item {
    property NestedComponentInFile2 inner
    property int p2
}