aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/enumConversion.qml
blob: fee2c50e1575b3abe1d3ca5449d95e495cac17a2 (plain)
1
2
3
4
5
6
7
import TestTypes

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