From d4ba5071da8076914b99e6a3cc32c9042b3730bc Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 28 Mar 2017 16:40:26 +0200 Subject: Cleanup --- common/synchronizer.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/synchronizer.cpp') diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index d3de20b..e004d64 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp @@ -303,6 +303,11 @@ void Synchronizer::emitNotification(Notification::NoticationType type, int code, emit notify(n); } +void Synchronizer::reportProgress(int progress, int total) +{ + SinkLogCtx(mLogCtx) << "Progress: " << progress << " out of " << total; +} + KAsync::Job Synchronizer::processRequest(const SyncRequest &request) { if (request.options & SyncRequest::RequestFlush) { -- cgit v1.2.3