diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-10 15:33:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-10 15:33:48 +0100 |
commit | e5bec3abfe2f2463244d65386dbd1088bf56f5f3 (patch) | |
tree | 12f3ba41ee0c6c58a08a80679e4e23616206d45b /common/notification.h | |
parent | b477dd51c9a0bf1776031a6eabab2b1c5176b5d3 (diff) | |
download | sink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.tar.gz sink-e5bec3abfe2f2463244d65386dbd1088bf56f5f3.zip |
Notification debug stream operator.
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 3 |
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 | ||
25 | namespace Sink { | 26 | namespace Sink { |
26 | 27 | ||
@@ -49,3 +50,5 @@ public: | |||
49 | int code; | 50 | int code; |
50 | }; | 51 | }; |
51 | } | 52 | } |
53 | |||
54 | QDebug SINK_EXPORT operator<<(QDebug dbg, const Sink::Notification &n); | ||