diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-19 19:26:14 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-19 19:26:14 +0100 |
commit | dd6196206f87086a636677da55cf5c300a8e932a (patch) | |
tree | 246be20e4ff5568df01dfdc7411a0267f1f1b028 /common/messagequeue.h | |
parent | 65e5a6ac8848750e94e35ec65ac37d0d4a8638cd (diff) | |
download | sink-dd6196206f87086a636677da55cf5c300a8e932a.tar.gz sink-dd6196206f87086a636677da55cf5c300a8e932a.zip |
Fixed sync, detect errors during sync, wait until sync items are processed until signalling completion.
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r-- | common/messagequeue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h index 0b791c6..52eeb1f 100644 --- a/common/messagequeue.h +++ b/common/messagequeue.h | |||
@@ -34,6 +34,7 @@ public: | |||
34 | bool isEmpty(); | 34 | bool isEmpty(); |
35 | signals: | 35 | signals: |
36 | void messageReady(); | 36 | void messageReady(); |
37 | void drained(); | ||
37 | 38 | ||
38 | private: | 39 | private: |
39 | Q_DISABLE_COPY(MessageQueue); | 40 | Q_DISABLE_COPY(MessageQueue); |