summaryrefslogtreecommitdiffstats
path: root/common/sourcewriteback.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/sourcewriteback.h')
-rw-r--r--common/sourcewriteback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/sourcewriteback.h b/common/sourcewriteback.h
index 8531ff5..8031573 100644
--- a/common/sourcewriteback.h
+++ b/common/sourcewriteback.h
@@ -39,6 +39,7 @@ public:
39protected: 39protected:
40 ///Base implementation calls the replay$Type calls 40 ///Base implementation calls the replay$Type calls
41 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE; 41 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE;
42 virtual bool canReplay(const QByteArray &type, const QByteArray &key, const QByteArray &value) Q_DECL_OVERRIDE;
42 43
43protected: 44protected:
44 ///Implement to write back changes to the server 45 ///Implement to write back changes to the server