diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 09:34:23 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 09:34:23 +0100 |
commit | af7758fe70884322fdf405a04428631b646c5b5d (patch) | |
tree | 85e06d8540657d0f538d0621037421f1e14d4ee3 /common/resourcecontrol.h | |
parent | 4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b (diff) | |
download | sink-af7758fe70884322fdf405a04428631b646c5b5d.tar.gz sink-af7758fe70884322fdf405a04428631b646c5b5d.zip |
Cleanup
Diffstat (limited to 'common/resourcecontrol.h')
-rw-r--r-- | common/resourcecontrol.h | 2 |
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 | */ |
53 | KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArrayList &resourceIdentifier); | 53 | KAsync::Job<void> SINK_EXPORT flushMessageQueue(const QByteArrayList &resourceIdentifier); |
54 | KAsync::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 | */ |
58 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); | 59 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArrayList &resourceIdentifier); |
60 | KAsync::Job<void> SINK_EXPORT flushReplayQueue(const QByteArray &resourceIdentifier); | ||
59 | } | 61 | } |
60 | } | 62 | } |