summaryrefslogtreecommitdiffstats
path: root/common/store.h
diff options
context:
space:
mode:
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/**