summaryrefslogtreecommitdiffstats
path: root/common/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/notification.h')
-rw-r--r--common/notification.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/notification.h b/common/notification.h
index cf69a99..0eb796d 100644
--- a/common/notification.h
+++ b/common/notification.h
@@ -22,8 +22,7 @@
22#include "sink_export.h" 22#include "sink_export.h"
23#include <QString> 23#include <QString>
24 24
25namespace Sink 25namespace Sink {
26{
27 26
28/** 27/**
29 * A notification 28 * A notification
@@ -36,5 +35,4 @@ public:
36 QString message; 35 QString message;
37 int code; 36 int code;
38}; 37};
39
40} 38}