Ref T703, get partner callsign and validate it

* added functions in network details
* validation and login with partner callsign
This commit is contained in:
Klaus Basan
2019-08-17 01:29:00 +02:00
committed by Mat Sutcliffe
parent 6adea91618
commit dd70a67cf0
5 changed files with 54 additions and 14 deletions

View File

@@ -100,6 +100,12 @@ namespace BlackGui
//! Current server based on selected tab
BlackMisc::Network::CServer getCurrentServer() const;
//! Pilot or Co-pilot callsign?
bool hasPartnerCallsign() const;
//! Pilot or Co-pilot callsign
BlackMisc::Aviation::CCallsign getPartnerCallsign() const;
signals:
//! Override the pilot
void overridePilot(const BlackMisc::Network::CUser &user);