summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/store.cpp')
-rw-r--r--common/store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 477b852..971cc7f 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -289,7 +289,7 @@ static KAsync::Job<void> synchronize(const QByteArray &resource, const Sink::Syn
289 289
290KAsync::Job<void> Store::synchronize(const Sink::Query &query) 290KAsync::Job<void> Store::synchronize(const Sink::Query &query)
291{ 291{
292 return synchronize(Sink::SyncScope{static_cast<Sink::QueryBase>(query)}); 292 return synchronize(Sink::SyncScope{query});
293} 293}
294 294
295KAsync::Job<void> Store::synchronize(const Sink::SyncScope &scope) 295KAsync::Job<void> Store::synchronize(const Sink::SyncScope &scope)