summaryrefslogtreecommitdiffstats
path: root/common/notification.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-10 15:33:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-10 15:33:48 +0100
commite5bec3abfe2f2463244d65386dbd1088bf56f5f3 (patch)
tree12f3ba41ee0c6c58a08a80679e4e23616206d45b /common/notification.h
parentb477dd51c9a0bf1776031a6eabab2b1c5176b5d3 (diff)
downloadsink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.tar.gz
sink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.zip
Notification debug stream operator.
Diffstat (limited to 'common/notification.h')
-rw-r--r--common/notification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/notification.h b/common/notification.h
index 0a267e6..dcf00a3 100644
--- a/common/notification.h
+++ b/common/notification.h
@@ -21,6 +21,7 @@
21 21
22#include "sink_export.h" 22#include "sink_export.h"
23#include <QString> 23#include <QString>
24#include <QDebug>
24 25
25namespace Sink { 26namespace Sink {
26 27
@@ -49,3 +50,5 @@ public:
49 int code; 50 int code;
50}; 51};
51} 52}
53
54QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Notification &n);