summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/componentCompositeType.qml
blob: e745e9169cd41bcaf6208b5d11f92835ac1d1762 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

QtObject {
    property variant test

    test: ComponentComposite {}
}