summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/DeepComponent.qml
blob: 55753def43e8935c877092a39135534bdef2dc96 (plain)
1
2
3
4
5
6
7
import QtQuick 1.1
Item {
    property alias someObject: text
    Text {
        id: text
    }
}