aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/Satisfaction.qml
blob: 74968c65ea4513adf6e2ba5fb5dcd499473f6a4a (plain)
1
2
3
4
5
6
7
8
9
10
pragma Strict
import QtQml

QtObject {
    enum Value {
        NONE = 0,
        FORWARD = 1,
        BACKWARD = 2
    }
}