mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
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:
parent
7f98323962
commit
1a3dc2145d
@ -87,6 +87,7 @@ void FileWatcher::stop()
|
||||
}
|
||||
m_filePath.clear();
|
||||
m_fileChecksum.clear();
|
||||
m_fileChecksumTimer.stop();
|
||||
m_fileChangeDelayTimer.stop();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user