aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/enumScopeLeak.qml
blob: b4bdc54f86bd79b4e3cbd6574032c0b124d873d4 (plain)
1
2
3
4
5
6
import QtQml 2.0
import test 1.0

ObjectC {
    testEnum: ObjectC.TestValue1
}