mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
[Worker] Stop timer in correct thread
This commit is contained in:
committed by
Mat Sutcliffe
parent
5718f95819
commit
1da66ce6e9
@@ -107,7 +107,7 @@ namespace BlackMisc
|
||||
void CBackgroundValidation::beforeQuit() noexcept
|
||||
{
|
||||
m_wasStopped = true; // stop in utility functions
|
||||
m_updateTimer.stop();
|
||||
this->stopUpdateTimer();
|
||||
}
|
||||
|
||||
void CBackgroundValidation::doWork()
|
||||
|
||||
Reference in New Issue
Block a user