From 1812c077d6461b3e9fb865f47cffafc3c179e136 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Jan 2016 14:07:17 +0100 Subject: Disambiguate between what we want to flush Even though the implementation is still exactly the same --- common/clientapi.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/clientapi.cpp') diff --git a/common/clientapi.cpp b/common/clientapi.cpp index 40257bb..0b417d3 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp @@ -229,6 +229,11 @@ KAsync::Job Store::flushMessageQueue(const QByteArrayList &resourceIdentif .template then([](){}); } +KAsync::Job Store::flushReplayQueue(const QByteArrayList &resourceIdentifier) +{ + return flushMessageQueue(resourceIdentifier); +} + template KAsync::Job Store::fetchOne(const Akonadi2::Query &query) { -- cgit v1.2.3