summaryrefslogtreecommitdiffstats
path: root/common/store.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-29 00:24:04 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-29 00:24:04 +0100
commit81b459c0f013704e95fb5933525c82a6ca46f13f (patch)
tree79e68dfd923765cf048f1c3e15bc69fa0490b434 /common/store.h
parent169ded69825ab7bde01a5afe9dc842aebeb1c42e (diff)
downloadsink-81b459c0f013704e95fb5933525c82a6ca46f13f.tar.gz
sink-81b459c0f013704e95fb5933525c82a6ca46f13f.zip
Cleanup
Diffstat (limited to 'common/store.h')
-rw-r--r--common/store.h1
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 */
87KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query); 87KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query);
88
89KAsync::Job<void> SINK_EXPORT synchronize(const Sink::SyncScope &query); 88KAsync::Job<void> SINK_EXPORT synchronize(const Sink::SyncScope &query);
90 89
91/** 90/**