summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/store.cpp')
-rw-r--r--common/store.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 7f93202..6f080b5 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -176,9 +176,7 @@ KAsync::Job<void> Store::synchronize(const Sink::Query &query)
176 resourceAccess->synchronizeResource(true, false).then<void>([&future, resourceAccess]() { 176 resourceAccess->synchronizeResource(true, false).then<void>([&future, resourceAccess]() {
177 future.setFinished(); 177 future.setFinished();
178 }).exec(); 178 }).exec();
179 }) 179 });
180 //FIXME JOBAPI this is only required because we don't care about the return value of each (and each shouldn't even have a return value)
181 .template then<void>([](){});
182} 180}
183 181
184template <class DomainType> 182template <class DomainType>