mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T703, set partner callsign in network vatlib / functions in context adjusted
This commit is contained in:
committed by
Mat Sutcliffe
parent
bfcf553e3f
commit
6adea91618
@@ -124,7 +124,7 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::connectToNetwork
|
||||
virtual BlackMisc::CStatusMessage connectToNetwork(const BlackMisc::Network::CServer &server, const QString &extraLiveryString, bool sendLivery, const QString &extraModelString, bool sendModelString, BlackCore::INetwork::LoginMode mode) override
|
||||
virtual BlackMisc::CStatusMessage connectToNetwork(const BlackMisc::Network::CServer &server, const QString &extraLiveryString, bool sendLivery, const QString &extraModelString, bool sendModelString, const BlackMisc::Aviation::CCallsign &partnerCallsign, BlackCore::INetwork::LoginMode mode) override
|
||||
{
|
||||
Q_UNUSED(mode);
|
||||
Q_UNUSED(server);
|
||||
@@ -132,6 +132,7 @@ namespace BlackCore
|
||||
Q_UNUSED(extraLiveryString);
|
||||
Q_UNUSED(sendLivery);
|
||||
Q_UNUSED(sendModelString);
|
||||
Q_UNUSED(partnerCallsign);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return statusMessageEmptyContext();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user