diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 751542d..32e93c4 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -184,6 +184,11 @@ protected: | |||
184 | 184 | ||
185 | void emitNotification(Notification::NoticationType type, int code, const QString &message, const QByteArray &id = QByteArray{}, const QByteArrayList &entiteis = QByteArrayList{}); | 185 | void emitNotification(Notification::NoticationType type, int code, const QString &message, const QByteArray &id = QByteArray{}, const QByteArrayList &entiteis = QByteArrayList{}); |
186 | 186 | ||
187 | /** | ||
188 | * Report progress for current task | ||
189 | */ | ||
190 | void reportProgress(int progress, int total); | ||
191 | |||
187 | protected: | 192 | protected: |
188 | Sink::Log::Context mLogCtx; | 193 | Sink::Log::Context mLogCtx; |
189 | 194 | ||