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

6 lines
74 B
QML

import QtQuick 2.0
Item {
property VMEComponent p: VMEComponent {}
}