diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 2d171b6..052a9f5 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -43,6 +43,7 @@ public: | |||
43 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; | 43 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; |
44 | virtual KAsync::Job<void> synchronizeWithSource() Q_DECL_OVERRIDE = 0; | 44 | virtual KAsync::Job<void> synchronizeWithSource() Q_DECL_OVERRIDE = 0; |
45 | virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; | 45 | virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; |
46 | virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; | ||
46 | 47 | ||
47 | int error() const; | 48 | int error() const; |
48 | 49 | ||