summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-23 13:02:04 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-23 13:03:50 +0200
commit4141b5e8e6296ca8ab94553e27257f8c2b107461 (patch)
tree02c5a45a7e6736c24d76dbb24eeb468f1ced11d9 /common/messagequeue.h
parent6746247a49f09287ae4924c5c3df791f9bf61cbc (diff)
downloadsink-4141b5e8e6296ca8ab94553e27257f8c2b107461.tar.gz
sink-4141b5e8e6296ca8ab94553e27257f8c2b107461.zip
Less noise and better error handling.
Trying to read from non-existant databases no longer prints error messages.
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r--common/messagequeue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h
index b6c2614..a04e22f 100644
--- a/common/messagequeue.h
+++ b/common/messagequeue.h
@@ -15,6 +15,9 @@ class MessageQueue : public QObject
15{ 15{
16 Q_OBJECT 16 Q_OBJECT
17public: 17public:
18 enum ErrorCodes {
19 NoMessageFound
20 };
18 class Error 21 class Error
19 { 22 {
20 public: 23 public: