refs #253, faster updates of ATC stations by changedAtcStationConnectionStatus(const

This commit is contained in:
Klaus Basan
2014-05-28 13:14:56 +02:00
parent 421cd61195
commit f1ac4deda6
6 changed files with 55 additions and 4 deletions

View File

@@ -41,6 +41,10 @@ namespace BlackGui
//! Set station mode
void setStationMode(AtcStationMode stationMode);
public slots:
//! Used to quickly update single station (better response for the user)
void changedAtcStationConnectionStatus(const BlackMisc::Aviation::CAtcStation &station, bool added);
private:
AtcStationMode m_stationMode;
};