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

Item {
    property NestedComponentInFile4 inner
    property int p2
}