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.h')
-rw-r--r--src/core/FileWatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/FileWatcher.h b/src/core/FileWatcher.h
index 00d6a6c69..f6953cf80 100644
--- a/src/core/FileWatcher.h
+++ b/src/core/FileWatcher.h
@@ -93,11 +93,11 @@ private:
private:
QMap<QString, bool> m_watchedPaths;
- QMap<QString, QDateTime> m_ignoreFilesChangess;
+ QMap<QString, QDateTime> m_watchedFilesIgnored;
QFileSystemWatcher m_fileWatcher;
- QMap<QString, QMap<QString, bool>> m_watchedFilesInDirectory;
+ QMap<QString, QMap<QString, qint64>> m_watchedFilesInDirectory;
// needed for Import/Export-References to prevent update after self-write
- QTimer m_fileWatchUnblockTimer;
+ QTimer m_watchedFilesIgnoreTimer;
// needed to tolerate multiple signals for same event
QTimer m_pendingSignalsTimer;
QMap<QString, QList<Signal>> m_pendingSignals;