Used timer no longer pointer

This commit is contained in:
Klaus Basan
2017-05-03 02:04:03 +02:00
committed by Mathew Sutcliffe
parent d7ae3712dd
commit 595c71b387
2 changed files with 11 additions and 11 deletions

View File

@@ -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