diff options
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 99d4877..ae597bd 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -66,7 +66,7 @@ public slots: | |||
66 | 66 | ||
67 | protected: | 67 | protected: |
68 | ///Base implementation calls the replay$Type calls | 68 | ///Base implementation calls the replay$Type calls |
69 | virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE; | 69 | KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE; |
70 | virtual bool canReplay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE; | 70 | virtual bool canReplay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE; |
71 | 71 | ||
72 | protected: | 72 | protected: |