diff options
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/notification.h b/common/notification.h index 0eb796d..0a267e6 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -30,6 +30,19 @@ namespace Sink { | |||
30 | class SINK_EXPORT Notification | 30 | class SINK_EXPORT Notification |
31 | { | 31 | { |
32 | public: | 32 | public: |
33 | enum NoticationType { | ||
34 | Shutdown, | ||
35 | Status, | ||
36 | Warning, | ||
37 | Progress, | ||
38 | Inspection, | ||
39 | RevisionUpdate | ||
40 | }; | ||
41 | enum InspectionCode { | ||
42 | Success, | ||
43 | Failure | ||
44 | }; | ||
45 | |||
33 | QByteArray id; | 46 | QByteArray id; |
34 | int type; | 47 | int type; |
35 | QString message; | 48 | QString message; |