mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
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:
@@ -115,7 +115,7 @@ private:
|
||||
bool m_contextAudioAvailable = false; //!< audio context available?
|
||||
bool m_displayingDBusReconnect = false; //!< currently displaying reconnect dialog
|
||||
bool m_dbDataLoading = false; //!< DB or shared data loading in progress
|
||||
QTimer m_timerContextWatchdog { this }; //!< core available?
|
||||
QTimer m_timerContextWatchdog; //!< core available?
|
||||
BlackMisc::Simulation::CSimulatedAircraft m_ownAircraft; //!< own aircraft's state
|
||||
|
||||
//! GUI status update
|
||||
|
||||
Reference in New Issue
Block a user