qt6-bb10/qtdeclarative/tests/auto/qml/qqmlengine/data/VMEAggregateVMEComponent.qml

9 lines
86 B
QML

import QtQuick 2.0
Item {
property string foo: 'bar'
VMEComponent {
}
}