summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r--common/clientapi.cpp5
1 files changed, 5 insertions, 0 deletions
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<void> Store::flushMessageQueue(const QByteArrayList &resourceIdentif
229 .template then<void>([](){}); 229 .template then<void>([](){});
230} 230}
231 231
232KAsync::Job<void> Store::flushReplayQueue(const QByteArrayList &resourceIdentifier)
233{
234 return flushMessageQueue(resourceIdentifier);
235}
236
232template <class DomainType> 237template <class DomainType>
233KAsync::Job<DomainType> Store::fetchOne(const Akonadi2::Query &query) 238KAsync::Job<DomainType> Store::fetchOne(const Akonadi2::Query &query)
234{ 239{