diff options
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/notification.h b/common/notification.h index 4b52274..f5379fd 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -51,6 +51,7 @@ public: | |||
51 | }; | 51 | }; |
52 | 52 | ||
53 | QByteArray id; | 53 | QByteArray id; |
54 | QByteArrayList entities; | ||
54 | int type = 0; | 55 | int type = 0; |
55 | QString message; | 56 | QString message; |
56 | //A return code. Zero typically indicates success. | 57 | //A return code. Zero typically indicates success. |