diff options
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 | } |