diff options
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 | /** |