DEBSOURCES
Skip Quicknav
sources / qt6-remoteobjects / 6.9.2-3 / 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) }