mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +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:
@@ -82,7 +82,7 @@ namespace BlackGui
|
||||
virtual void showConsolidationStatus(bool show);
|
||||
|
||||
private:
|
||||
QTimer m_timer { this }; //!< check timer
|
||||
QTimer m_timer; //!< check timer
|
||||
BlackGui::CLedWidget *m_ledSwiftDb = nullptr;
|
||||
BlackGui::CLedWidget *m_ledDataReady = nullptr;
|
||||
BlackGui::CLedWidget *m_ledConsolidation = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user