diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 15:46:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 15:46:37 +0100 |
commit | 06edec33607dac155dab2184adb425fa6057355d (patch) | |
tree | 82394cc1300c490fd679dfe1e262e77b83c74c0a /common/store.cpp | |
parent | f6cbafd5db9d75bda4e45d4c2ffb60e9cd174d9b (diff) | |
download | sink-06edec33607dac155dab2184adb425fa6057355d.tar.gz sink-06edec33607dac155dab2184adb425fa6057355d.zip |
Adapt to latest kasync version
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 4 |
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 | ||
184 | template <class DomainType> | 182 | template <class DomainType> |