mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -203,8 +203,8 @@ namespace BlackMisc::Simulation
|
||||
//! From database JSON
|
||||
static CSimulatorInfo fromDatabaseJson(const QJsonObject &json, const QString &prefix);
|
||||
|
||||
//! Const simulator info objects
|
||||
//! @{
|
||||
//! Const simulator info objects
|
||||
static const CSimulatorInfo &fg() { static const CSimulatorInfo s(FG); return s; }
|
||||
static const CSimulatorInfo &fsx() { static const CSimulatorInfo s(FSX); return s; }
|
||||
static const CSimulatorInfo &p3d() { static const CSimulatorInfo s(P3D); return s; }
|
||||
|
||||
Reference in New Issue
Block a user