mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Ref T322, ATC stations UI, request updated distance along with stations
This commit is contained in:
committed by
Roland Winklmeier
parent
fa3555b792
commit
f07ec8c519
@@ -31,8 +31,6 @@
|
||||
#include <QtGlobal>
|
||||
#include <QTimer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Aviation { class CCallsign; } }
|
||||
namespace Ui { class CAtcStationComponent; }
|
||||
namespace BlackGui
|
||||
@@ -132,6 +130,9 @@ namespace BlackGui
|
||||
//! Settings have been changed
|
||||
void settingsChanged();
|
||||
|
||||
//! Contexts?
|
||||
bool canAccessContext() const;
|
||||
|
||||
QScopedPointer<Ui::CAtcStationComponent> ui;
|
||||
QTimer m_updateTimer;
|
||||
QDateTime m_timestampLastReadOnlineStations; //!< stations read
|
||||
|
||||
Reference in New Issue
Block a user