aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/DeepComponent.qml
blob: 893c358dbec8938b771c8fc2e24f3bb19162041e (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
Item {
    property alias someObject: text
    Text {
        id: text
    }
}