mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T761, use "preset" callsign if available
Avoids issue with partner callsign
This commit is contained in:
committed by
Mat Sutcliffe
parent
36d77b7785
commit
4e2a47fc41
@@ -116,7 +116,10 @@ namespace BlackCore
|
||||
//! List of all preset values
|
||||
QStringList getPresetValues() const;
|
||||
|
||||
//! Callsign
|
||||
//! Callsign if any
|
||||
BlackMisc::Aviation::CCallsign getPresetCallsign() const { QReadLocker l(&m_lockUserClientBuffered); return m_ownCallsign; }
|
||||
|
||||
//! Partner callsign if any
|
||||
BlackMisc::Aviation::CCallsign getPresetPartnerCallsign() const { QReadLocker l(&m_lockUserClientBuffered); return m_partnerCallsign; }
|
||||
|
||||
//! Mode
|
||||
|
||||
Reference in New Issue
Block a user