Ref T239, removed "QTimer m_xxx { this };" pattern

* not in worker classes as parent might have a relevance there
* in UI classes it is useless
This commit is contained in:
Klaus Basan
2018-01-31 00:05:58 +01:00
parent b12002caa2
commit 5aad426ced
18 changed files with 21 additions and 21 deletions

View File

@@ -131,7 +131,7 @@ namespace BlackGui
void settingsChanged();
QScopedPointer<Ui::CAtcStationComponent> ui;
QTimer m_updateTimer { this };
QTimer m_updateTimer;
QDateTime m_timestampLastReadOnlineStations; //!< stations read
QDateTime m_timestampOnlineStationsChanged; //!< stations marked as changed
QDateTime m_timestampLastReadBookedStations; //!< stations read