diff options
Diffstat (limited to 'common/sourcewriteback.h')
-rw-r--r-- | common/sourcewriteback.h | 1 |
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: | |||
39 | protected: | 39 | protected: |
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 | ||
43 | protected: | 44 | protected: |
44 | ///Implement to write back changes to the server | 45 | ///Implement to write back changes to the server |