qt6-bb10/qtdeclarative/tests/auto/qml/qmltc_qprocess/data/inlineComponentWithEnum.qml

8 lines
123 B
QML

import QtQuick 2.15
Item {
component MyInlineComponent: Item {
enum MyEnum { This, Is, Not, Allowed }
}
}