diff options
Diffstat (limited to 'common/store.h')
-rw-r--r-- | common/store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/store.h b/common/store.h index 571ffff..931e473 100644 --- a/common/store.h +++ b/common/store.h | |||
@@ -86,6 +86,8 @@ KAsync::Job<void> SINK_EXPORT remove(const DomainType &domainObject); | |||
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 | 88 | ||
89 | KAsync::Job<void> SINK_EXPORT synchronize(const Sink::SyncScope &query); | ||
90 | |||
89 | /** | 91 | /** |
90 | * Removes all resource data from disk. | 92 | * Removes all resource data from disk. |
91 | * | 93 | * |