Formatting, new icons

This commit is contained in:
Klaus Basan
2014-09-16 13:40:08 +02:00
parent b989dec74d
commit 5d6713032f
16 changed files with 72 additions and 29 deletions

View File

@@ -101,13 +101,19 @@ namespace BlackGui
//! Request dummy ATC online stations
void ps_testCreateDummyOnlineAtcStations(int number);
//! Request udpate
void ps_requestOnlineStationsUpdate();
//! Info area tab bar has changed
void ps_infoAreaTabBarChanged(int index);
private:
Ui::CAtcStationComponent *ui;
CTimerBasedComponent *m_timerComponent;
QDateTime m_timestampLastReadOnlineStations = CTimerBasedComponent::epoch(); //!< stations read
QDateTime m_timestampOnlineStationsChanged = CTimerBasedComponent::epoch(); //!< stations marked as changed
QDateTime m_timestampOnlineStationsChanged = CTimerBasedComponent::epoch(); //!< stations marked as changed
QDateTime m_timestampLastReadBookedStations = CTimerBasedComponent::epoch(); //!< stations read
QDateTime m_timestampBookedStationsChanged = CTimerBasedComponent::epoch(); //!< stations marked as changed
QDateTime m_timestampBookedStationsChanged = CTimerBasedComponent::epoch(); //!< stations marked as changed
};
}
}