diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index 1a97aeb..33805ca 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -39,6 +39,7 @@ public: | |||
39 | virtual void processCommand(int commandId, const QByteArray &data); | 39 | virtual void processCommand(int commandId, const QByteArray &data); |
40 | virtual KAsync::Job<void> synchronizeWithSource(); | 40 | virtual KAsync::Job<void> synchronizeWithSource(); |
41 | virtual KAsync::Job<void> processAllMessages(); | 41 | virtual KAsync::Job<void> processAllMessages(); |
42 | virtual void setLowerBoundRevision(qint64 revision); | ||
42 | 43 | ||
43 | Q_SIGNALS: | 44 | Q_SIGNALS: |
44 | void revisionUpdated(qint64); | 45 | void revisionUpdated(qint64); |