DEBSOURCES
Skip Quicknav
sources / doxyqml / 0.5.3-0.1 / tests / functional / enum / input / EnumWithInitializer.qml
12345678
Item { enum MyEnum { /// The first First = 1, InBetween, Last = MyConstant, ///< The last } }