mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +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:
@@ -151,7 +151,7 @@ namespace BlackGui
|
||||
QString m_tooltipTriState = "tri-state"; //!< tooltip tri-state
|
||||
QString m_currentToolTip = "off"; //!< currently used tooltip
|
||||
QScopedPointer<QSvgRenderer> m_renderer; //!< Renderer
|
||||
QTimer m_resetTimer { this }; //!< reset state
|
||||
QTimer m_resetTimer; //!< reset state
|
||||
|
||||
//! Init
|
||||
void init();
|
||||
|
||||
Reference in New Issue
Block a user