mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[FS9] Doxygen, no need to make enum value const
This commit is contained in:
committed by
Mat Sutcliffe
parent
a3f646a792
commit
afa5ba1fee
@@ -191,7 +191,7 @@ namespace BlackCore
|
||||
this->setSimType(simInfo.getSimulator());
|
||||
}
|
||||
|
||||
void CFSDClient::setSimType(const CSimulatorInfo::Simulator simulator)
|
||||
void CFSDClient::setSimType(BlackMisc::Simulation::CSimulatorInfo::Simulator simulator)
|
||||
{
|
||||
QWriteLocker l(&m_lockUserClientBuffered);
|
||||
switch (simulator)
|
||||
@@ -2124,5 +2124,6 @@ namespace BlackCore
|
||||
static const QJsonObject jsonObject{ { "request", "full" } };
|
||||
return jsonObject;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
@@ -108,7 +108,7 @@ namespace BlackCore
|
||||
void setLiveryAndModelString(const QString &livery, bool sendLiveryString, const QString &modelString, bool sendModelString);
|
||||
void setSimType(const BlackMisc::Simulation::CSimulatorPluginInfo &simInfo);
|
||||
void setSimType(const BlackMisc::Simulation::CSimulatorInfo &simInfo);
|
||||
void setSimType(const BlackMisc::Simulation::CSimulatorInfo::Simulator simulator);
|
||||
void setSimType(BlackMisc::Simulation::CSimulatorInfo::Simulator simulator);
|
||||
void setPilotRating(PilotRating rating) { QWriteLocker l(&m_lockUserClientBuffered); m_pilotRating = rating; }
|
||||
void setAtcRating(AtcRating rating) { QWriteLocker l(&m_lockUserClientBuffered); m_atcRating = rating; }
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user