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/resource.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/resource.cpp') diff --git a/common/resource.cpp b/common/resource.cpp index 58ba82f..4541726 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -58,6 +58,11 @@ KAsync::Job Resource::processAllMessages() return KAsync::null(); } +void Resource::setLowerBoundRevision(qint64 revision) +{ + Q_UNUSED(revision) +} + class ResourceFactory::Private { public: -- cgit v1.2.3