aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/EmptyAggregateVMEComponent.qml
blob: 7e6821ee48dbec52857d3fe34bbdd6f600acc738 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
    VMEComponent {
    }
}