Ref T534, show filtered counts and info if no ATC stations are shown

This commit is contained in:
Klaus Basan
2019-02-09 17:50:32 +01:00
committed by Mat Sutcliffe
parent 74727469f0
commit 4e2707f9d1
2 changed files with 32 additions and 10 deletions

View File

@@ -135,6 +135,9 @@ namespace BlackGui
//! Count has been changed
void onCountChanged(int count, bool withFilter);
//! Online tab info
void setOnlineTabs(int count, int filtered);
//! Set COM frequency
void setComFrequency(const BlackMisc::PhysicalQuantities::CFrequency &frequency, BlackMisc::Aviation::CComSystem::ComUnit unit);