mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Minor fixes: Formatting, string generation
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7e95d4a550
commit
5f18707c9c
@@ -739,7 +739,7 @@ namespace BlackCore
|
||||
/********************************** shimlib callbacks ************************************/
|
||||
/********************************** * * * * * * * * * * * * * * * * * * * ************************************/
|
||||
|
||||
//! Cast void* to a pointer of CNetworkVatlib
|
||||
// Cast void* to a pointer of CNetworkVatlib
|
||||
CNetworkVatlib *cbvar_cast(void *cbvar)
|
||||
{
|
||||
return static_cast<CNetworkVatlib *>(cbvar);
|
||||
|
||||
@@ -86,7 +86,6 @@ namespace BlackCore
|
||||
virtual void sendCustomPacket(const BlackMisc::Aviation::CCallsign &callsign, const QString &packetId, const QStringList &data) override;
|
||||
virtual void sendCustomFsinnQuery(const BlackMisc::Aviation::CCallsign &callsign) override;
|
||||
virtual void sendCustomFsinnReponse(const BlackMisc::Aviation::CCallsign &callsign) override;
|
||||
|
||||
virtual void broadcastAircraftConfig(const QJsonObject &config) override;
|
||||
virtual void sendAircraftConfigQuery(const BlackMisc::Aviation::CCallsign &callsign) override;
|
||||
//! @}
|
||||
@@ -118,7 +117,7 @@ namespace BlackCore
|
||||
virtual void sendMetarQuery(const BlackMisc::Aviation::CAirportIcaoCode &airportIcao) override;
|
||||
//! @}
|
||||
|
||||
//! Cmd.line options this library can handle
|
||||
//! Cmd. line options this library can handle
|
||||
static const QList<QCommandLineOption> &getCmdLineOptions();
|
||||
|
||||
//! Client id and key if any from command line arguments
|
||||
|
||||
Reference in New Issue
Block a user