diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:36:41 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:36:41 +0100 |
commit | 67e83aadde8db2bb1293cee61e8c6306a4ffcca0 (patch) | |
tree | 10531201cb5dca7617e17a4e4393bda20694c4ca /common/notification.h | |
parent | a857d9b36f80adf045cd195653cb2f8b91452981 (diff) | |
download | sink-67e83aadde8db2bb1293cee61e8c6306a4ffcca0.tar.gz sink-67e83aadde8db2bb1293cee61e8c6306a4ffcca0.zip |
Working resource inspection
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 8ffc24c..c83e579 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -32,6 +32,7 @@ namespace Akonadi2 | |||
32 | class AKONADI2COMMON_EXPORT ResourceNotification | 32 | class AKONADI2COMMON_EXPORT ResourceNotification |
33 | { | 33 | { |
34 | public: | 34 | public: |
35 | QByteArray id; | ||
35 | int type; | 36 | int type; |
36 | QString message; | 37 | QString message; |
37 | int code; | 38 | int code; |