Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/FileWatcher.cpp')
-rw-r--r--src/core/FileWatcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/FileWatcher.cpp b/src/core/FileWatcher.cpp
index 0619a3cbf..eab27c214 100644
--- a/src/core/FileWatcher.cpp
+++ b/src/core/FileWatcher.cpp
@@ -87,6 +87,7 @@ void FileWatcher::stop()
}
m_filePath.clear();
m_fileChecksum.clear();
+ m_fileChecksumTimer.stop();
m_fileChangeDelayTimer.stop();
}