summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-21 12:13:20 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-21 12:13:20 +0100
commit0a912afe72a8fb765f240d59db17f7b50094b014 (patch)
tree3e74f482aafd134ec3f3249825089a89468f0f36 /src/mainwindow.h
parent32072ca19ec1ab520030a1fb411d8f2fca322374 (diff)
Add timer to the save list watcher to avoid error during refresh.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index da916d2a..da7bb6ee 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -345,6 +345,7 @@ private:
std::unique_ptr<BrowserDialog> m_IntegratedBrowser;
+ QTimer m_SavesWatcherTimer;
QFileSystemWatcher m_SavesWatcher;
QByteArray m_ArchiveListHash;