refs #325, reduced loading in ATC stations component

This commit is contained in:
Klaus Basan
2014-09-14 00:13:19 +02:00
parent 6e2204beeb
commit 2d1226fefc
2 changed files with 24 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ namespace BlackGui
//! Timer for updating
CTimerBasedComponent *getTimerComponent() { return this->m_timerComponent; }
//! Number of booked stations
int countBookedStations() const;
//! Number of online stations
int countOnlineStations() const;
public slots:
//! Update stations
void update();