summaryrefslogtreecommitdiffstats
path: root/common/store.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 21:48:44 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 21:48:44 +0100
commit89b6f63bab839ab0504cd3067f0389afe4dc47e3 (patch)
tree62c527983d63827bb722010ea8c59d5af0e5a879 /common/store.h
parent438c74630e5f8c9a46d00b991f5cb8ecd479dafe (diff)
downloadsink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.tar.gz
sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.zip
Implement debug stream operators for query.
Diffstat (limited to 'common/store.h')
-rw-r--r--common/store.h2
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 */
87KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query); 87KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query);
88 88
89KAsync::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 *