diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-29 00:24:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-29 00:24:04 +0100 |
commit | 81b459c0f013704e95fb5933525c82a6ca46f13f (patch) | |
tree | 79e68dfd923765cf048f1c3e15bc69fa0490b434 /common/store.h | |
parent | 169ded69825ab7bde01a5afe9dc842aebeb1c42e (diff) | |
download | sink-81b459c0f013704e95fb5933525c82a6ca46f13f.tar.gz sink-81b459c0f013704e95fb5933525c82a6ca46f13f.zip |
Cleanup
Diffstat (limited to 'common/store.h')
-rw-r--r-- | common/store.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/store.h b/common/store.h index 931e473..c9bd9cf 100644 --- a/common/store.h +++ b/common/store.h | |||
@@ -85,7 +85,6 @@ KAsync::Job<void> SINK_EXPORT remove(const DomainType &domainObject); | |||
85 | * Synchronize data to local cache. | 85 | * Synchronize data to local cache. |
86 | */ | 86 | */ |
87 | KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query); | 87 | KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query); |
88 | |||
89 | KAsync::Job<void> SINK_EXPORT synchronize(const Sink::SyncScope &query); | 88 | KAsync::Job<void> SINK_EXPORT synchronize(const Sink::SyncScope &query); |
90 | 89 | ||
91 | /** | 90 | /** |