mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T703, get partner callsign and validate it
* added functions in network details * validation and login with partner callsign
This commit is contained in:
committed by
Mat Sutcliffe
parent
6adea91618
commit
dd70a67cf0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user