diff options
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index d5fa9eac..fb76cf3d 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -544,7 +544,7 @@ public slots: void logout(); void sync(int timeout = -1); - void syncLoop(int timeout = -1); + void syncLoop(int timeout = -1, int msecBetween = 500); void stopSync(); QString nextBatchToken() const; |