aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/enumsUser.qml
blob: 13e26737b7dea9be8a9cd5645554195ee163ef3e (plain)
1
2
3
4
5
6
7
8
pragma Strict
import TestTypes

QtObject {
    function getEnum(): int {
        return Test.AA + Test.BB + Test.CC
    }
}