diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 11:28:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 11:28:02 +0200 |
commit | 524e405f645edb6231f9b16fafc1f9ca36af8237 (patch) | |
tree | 471692764999bc32a3e1e5404b1466a2b3a46847 /common/synchronizer.h | |
parent | 256fe3fc561f1690e5c29640b9081e805ceb5532 (diff) | |
download | sink-524e405f645edb6231f9b16fafc1f9ca36af8237.tar.gz sink-524e405f645edb6231f9b16fafc1f9ca36af8237.zip |
Avoid notifcations for requests that do nothing, progress with folderid
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 935c139..cc082be 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -197,7 +197,7 @@ protected: | |||
197 | /** | 197 | /** |
198 | * Report progress for current task | 198 | * Report progress for current task |
199 | */ | 199 | */ |
200 | virtual void reportProgress(int progress, int total) Q_DECL_OVERRIDE; | 200 | virtual void reportProgress(int progress, int total, const QByteArrayList &entities = {}) Q_DECL_OVERRIDE; |
201 | 201 | ||
202 | protected: | 202 | protected: |
203 | Sink::Log::Context mLogCtx; | 203 | Sink::Log::Context mLogCtx; |