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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/discoveryphase.h')
-rw-r--r--src/libsync/discoveryphase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/discoveryphase.h b/src/libsync/discoveryphase.h
index f0597170e..21226b444 100644
--- a/src/libsync/discoveryphase.h
+++ b/src/libsync/discoveryphase.h
@@ -283,7 +283,7 @@ public:
// output
QByteArray _dataFingerprint;
bool _anotherSyncNeeded = false;
- int _scheduleSyncInSecs = -1;
+ QHash<QString, long long> _filesNeedingScheduledSync;
signals:
void fatalError(const QString &errorString);