mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T111, added Q_FLAG as discussed in review
This commit is contained in:
committed by
Mathew Sutcliffe
parent
87e783d45a
commit
6b4e10f81b
@@ -66,6 +66,7 @@ namespace BlackCore
|
|||||||
Paused = 1 << 3, //!< Is the simulator paused?
|
Paused = 1 << 3, //!< Is the simulator paused?
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(SimulatorStatus, SimulatorStatusFlag)
|
Q_DECLARE_FLAGS(SimulatorStatus, SimulatorStatusFlag)
|
||||||
|
Q_FLAG(SimulatorStatus)
|
||||||
|
|
||||||
//! Render all aircraft if number of aircraft >= MaxAircraftInfinite
|
//! Render all aircraft if number of aircraft >= MaxAircraftInfinite
|
||||||
const int MaxAircraftInfinite = 100;
|
const int MaxAircraftInfinite = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user