qtdeclarative/tests/auto/qml/qmlcppcodegen/data/enumConversion.qml

8 lines
123 B
QML

import TestTypes
MyType {
id: root
property int test: myEnumType.type
property bool test_1: myEnumType.type
}