From 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Oct 2015 15:01:02 +0200 Subject: Let clients tell the resource when they no longer require a revision. --- common/genericresource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/genericresource.h') 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: virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; virtual KAsync::Job synchronizeWithSource() Q_DECL_OVERRIDE = 0; virtual KAsync::Job processAllMessages() Q_DECL_OVERRIDE; + virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; int error() const; -- cgit v1.2.3