aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/enumConversion.qml
blob: 61ddd2162d428e0e4a0b58cacc4ef6ad4c2d05bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pragma Strict
import TestTypes

MyType {
    id: root

    property alias status: root.a

    property int test: myEnumType.type
    property bool test_1: myEnumType.type
    objectName: root.status + "m"
}