mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ void FileWatcher::stop()
|
|||
}
|
||||
m_filePath.clear();
|
||||
m_fileChecksum.clear();
|
||||
m_fileChecksumTimer.stop();
|
||||
m_fileChangeDelayTimer.stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue