aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/enumFromQtQml.qml
blob: e07789fffcd839f7b8df61ccab3673ac365c3a11 (plain)
1
2
3
4
5
6
7
8
import QtQml

QtObject {
    // Remarkably, Easing.Type.Linear is not allowed in QML
    // This is in contrast to QML-declared enums. See EnumAccess2.qml
    property int foo: Easing.Linear
}