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

QtObject {
    property variant test

    test: ComponentComposite {}
}