diff options
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); | ||