This commit is contained in:
Klaus Basan
2016-03-13 19:01:47 +00:00
committed by Mathew Sutcliffe
parent 6d79b7dc12
commit fdf41bcce3
6 changed files with 38 additions and 40 deletions

View File

@@ -33,11 +33,11 @@ namespace BlackGui
enum AircraftModelMode
{
NotSet,
OwnSimulatorModel, ///< models existing for my simulator
OwnSimulatorModelMapping, ///< models of my simulator, but in mapping mode
Database, ///< Database entry
VPilotRuleModel, ///< vPilot rule turned into model
StashModel ///< stashed models
OwnSimulatorModel, //!< models existing for my simulator
OwnSimulatorModelMapping, //!< models of my simulator, but in mapping mode
Database, //!< Database entry
VPilotRuleModel, //!< vPilot rule turned into model
StashModel //!< stashed models
};
//! Constructor