mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
refs #335, changed ui to QScopedPointer
This commit is contained in:
committed by
Roland Winklmeier
parent
5eaaf70fcd
commit
bb8b515c87
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <QTabWidget>
|
||||
#include <QModelIndex>
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui { class CAtcStationComponent; }
|
||||
|
||||
@@ -111,7 +112,7 @@ namespace BlackGui
|
||||
void ps_countChanged(int count);
|
||||
|
||||
private:
|
||||
Ui::CAtcStationComponent *ui;
|
||||
QScopedPointer<Ui::CAtcStationComponent> ui;
|
||||
CTimerBasedComponent *m_timerComponent;
|
||||
QDateTime m_timestampLastReadOnlineStations = CTimerBasedComponent::epoch(); //!< stations read
|
||||
QDateTime m_timestampOnlineStationsChanged = CTimerBasedComponent::epoch(); //!< stations marked as changed
|
||||
|
||||
Reference in New Issue
Block a user