summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-19 19:26:14 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-19 19:26:14 +0100
commitdd6196206f87086a636677da55cf5c300a8e932a (patch)
tree246be20e4ff5568df01dfdc7411a0267f1f1b028 /common/messagequeue.h
parent65e5a6ac8848750e94e35ec65ac37d0d4a8638cd (diff)
downloadsink-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.h1
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();
35signals: 35signals:
36 void messageReady(); 36 void messageReady();
37 void drained();
37 38
38private: 39private:
39 Q_DISABLE_COPY(MessageQueue); 40 Q_DISABLE_COPY(MessageQueue);