summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/deepProperty.qml
blob: 0787bded02b5b00697fb8797c9001feb6a77219a (plain)
1
2
3
4
import QtQuick 1.1
DeepComponent {
    someObject.font.family: "test"
}