summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-28 16:40:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-28 16:40:26 +0200
commitd4ba5071da8076914b99e6a3cc32c9042b3730bc (patch)
tree0978efa2ae975cf6b6e9e58a6692ab4093cb9af3 /common/synchronizer.h
parent9c37e308015f31ec778a39b31902e725cd9b76a8 (diff)
downloadsink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.tar.gz
sink-d4ba5071da8076914b99e6a3cc32c9042b3730bc.zip
Cleanup
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r--common/synchronizer.h5
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
187protected: 192protected:
188 Sink::Log::Context mLogCtx; 193 Sink::Log::Context mLogCtx;
189 194