Ref T664, validate callsign in TM against aircraft/ATC stations in range and use callsign "as set" where applicable

This commit is contained in:
Klaus Basan
2019-05-18 20:10:35 +02:00
parent 9cd0d5554c
commit 3f76c87ce9
2 changed files with 35 additions and 1 deletions

View File

@@ -235,6 +235,9 @@ namespace BlackGui
//! Visible widget hack
bool isVisibleWidgetHack() const;
//! Callsign from prpoerty of given tab
BlackMisc::Aviation::CCallsign getCallsignPropertyForTab(int tabIndex, bool validated) const;
//! Emit the display in info window signal
void emitDisplayInInfoWindow(const BlackMisc::CVariant &message, int displayDurationMs);