mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05: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:
@@ -74,7 +74,7 @@ namespace BlackGui
|
||||
//! Set background color
|
||||
void setBackgroundColor(const QString colorName);
|
||||
|
||||
QTimer m_resetTimer { this}; //!< reset to neutral
|
||||
QTimer m_resetTimer; //!< reset to neutral
|
||||
QString m_originalStyleSheet; //!< stored, to be able to reset
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user