diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
commit | 89b6f63bab839ab0504cd3067f0389afe4dc47e3 (patch) | |
tree | 62c527983d63827bb722010ea8c59d5af0e5a879 /common/store.h | |
parent | 438c74630e5f8c9a46d00b991f5cb8ecd479dafe (diff) | |
download | sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.tar.gz sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.zip |
Implement debug stream operators for query.
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 | * |