diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:37 +0200 |
commit | 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 (patch) | |
tree | 359fe5ffc5d4e3e2e45cd3dc33eabe6dd30ce149 /common/resource.cpp | |
parent | 7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (diff) | |
download | sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.tar.gz sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.zip |
Let clients tell the resource when they no longer require a revision.
Diffstat (limited to 'common/resource.cpp')
-rw-r--r-- | common/resource.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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<void> Resource::processAllMessages() | |||
58 | return KAsync::null<void>(); | 58 | return KAsync::null<void>(); |
59 | } | 59 | } |
60 | 60 | ||
61 | void Resource::setLowerBoundRevision(qint64 revision) | ||
62 | { | ||
63 | Q_UNUSED(revision) | ||
64 | } | ||
65 | |||
61 | class ResourceFactory::Private | 66 | class ResourceFactory::Private |
62 | { | 67 | { |
63 | public: | 68 | public: |