diff --git a/src/blackcore/simulator.h b/src/blackcore/simulator.h index 5697f7e6a..495d8d97e 100644 --- a/src/blackcore/simulator.h +++ b/src/blackcore/simulator.h @@ -66,6 +66,7 @@ namespace BlackCore Paused = 1 << 3, //!< Is the simulator paused? }; Q_DECLARE_FLAGS(SimulatorStatus, SimulatorStatusFlag) + Q_FLAG(SimulatorStatus) //! Render all aircraft if number of aircraft >= MaxAircraftInfinite const int MaxAircraftInfinite = 100;