mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Used timer no longer pointer
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d7ae3712dd
commit
595c71b387
@@ -110,7 +110,7 @@ namespace BlackCore
|
||||
uint m_contentHash = 0; //!< has of the content given
|
||||
std::atomic<bool> m_markedAsFailed { false }; //!< marker if reading failed
|
||||
std::atomic<bool> m_shutdown { false }; //!< marker it is shutting down
|
||||
QTimer *m_updateTimer = nullptr;
|
||||
QTimer m_updateTimer { this };
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user