aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/EmptyPropertyVMEComponent.qml
blob: 8444edc829bed9599e1866a24977e7e777898dd2 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property VMEComponent p: VMEComponent {}
}