summaryrefslogtreecommitdiffstats
path: root/common/resourcecontrol.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 09:34:23 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 09:34:23 +0100
commitaf7758fe70884322fdf405a04428631b646c5b5d (patch)
tree85e06d8540657d0f538d0621037421f1e14d4ee3 /common/resourcecontrol.h
parent4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b (diff)
downloadsink-af7758fe70884322fdf405a04428631b646c5b5d.tar.gz
sink-af7758fe70884322fdf405a04428631b646c5b5d.zip
Cleanup
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}