aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/componentCompositeType.qml
blob: 232b320fb0b61a85ea4044e9f106a6d8307e7244 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {
    property variant test

    test: ComponentComposite {}
}