mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
refs #325, reduced loading in ATC stations component
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user