summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r--common/synchronizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h
index bb24c2b..935c139 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 void reportProgress(int progress, int total); 200 virtual void reportProgress(int progress, int total) Q_DECL_OVERRIDE;
201 201
202protected: 202protected:
203 Sink::Log::Context mLogCtx; 203 Sink::Log::Context mLogCtx;