Ref T761, display partner callsign in adv.login screen

* added context functions
* UI readonly fields
This commit is contained in:
Klaus Basan
2019-11-21 19:46:50 +01:00
committed by Mat Sutcliffe
parent 172fa1ddc8
commit a54f804cf1
7 changed files with 99 additions and 69 deletions

View File

@@ -341,6 +341,9 @@ namespace BlackCore
//! Network preset values
virtual QStringList getNetworkPresetValues() const = 0;
//! Partner callsign if any
virtual BlackMisc::Aviation::CCallsign getPartnerCallsign() const = 0;
// ------------------------ testing ------------------------
//! Create dummy ATC stations for performance tests etc.