summaryrefslogtreecommitdiffstats
path: root/common/resourcecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourcecontrol.h')
-rw-r--r--common/resourcecontrol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resourcecontrol.h b/common/resourcecontrol.h
index d483153..9e603e4 100644
--- a/common/resourcecontrol.h
+++ b/common/resourcecontrol.h
@@ -51,10 +51,12 @@ KAsync::Job<void> SINK_EXPORT start(const QByteArray &resourceIdentifier);
51 * Flushes any pending messages to disk 51 * Flushes any pending messages to disk
52 */ 52 */
53KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArrayList &resourceIdentifier); 53KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArrayList &resourceIdentifier);
54KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArray &resourceIdentifier);
54 55
55/** 56/**
56 * Flushes any pending messages that haven't been replayed to the source. 57 * Flushes any pending messages that haven't been replayed to the source.
57 */ 58 */
58KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); 59KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier);
60KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArray &resourceIdentifier);
59} 61}
60} 62}