DEBSOURCES
Skip Quicknav
sources / qtremoteobjects-everywhere-src / 5.15.8-2 / tests / auto / proxy / engine.rep
12345678
class Engine { ENUM EngineType {Null, Gas, Electric, Hybrid}; PROP(int cylinders = 4) PROP(bool started) PROP(int rpm) PROP(EngineType type) }