Stop file checksum compare when stop is called
* When FileWatcher::stop() is called, also stop the timer that checks the file checksum every 30 seconds.
This commit is contained in:
@@ -87,6 +87,7 @@ void FileWatcher::stop()
|
||||
}
|
||||
m_filePath.clear();
|
||||
m_fileChecksum.clear();
|
||||
m_fileChecksumTimer.stop();
|
||||
m_fileChangeDelayTimer.stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user