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

@@ -265,7 +265,7 @@ namespace BlackCore
bool m_blinkCycle = false; //!< used for highlighting
qint64 m_highlightEndTimeMsEpoch = 0; //!< end highlighting
int m_timerCounter = 0; //!< allows to calculate n seconds
QTimer m_oneSecondTimer { this }; //!< multi purpose timer
QTimer m_oneSecondTimer; //!< multi purpose timer
BlackMisc::Simulation::CSimulatorPluginInfo m_simulatorPluginInfo; //!< info object
BlackMisc::Simulation::CSimulatedAircraftList m_highlightedAircraft; //!< all other aircraft are to be ignored
BlackMisc::Aviation::CCallsignSet m_callsignsToBeRendered; //!< callsigns which will be rendered