diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index 4ed21b5..9a31d03 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <akonadi2common_export.h> | 21 | #include <akonadi2common_export.h> |
22 | 22 | ||
23 | #include <Async/Async> | 23 | #include <Async/Async> |
24 | #include "notification.h" | ||
24 | 25 | ||
25 | namespace Akonadi2 | 26 | namespace Akonadi2 |
26 | { | 27 | { |
@@ -55,6 +56,7 @@ public: | |||
55 | 56 | ||
56 | Q_SIGNALS: | 57 | Q_SIGNALS: |
57 | void revisionUpdated(qint64); | 58 | void revisionUpdated(qint64); |
59 | void notify(ResourceNotification); | ||
58 | 60 | ||
59 | private: | 61 | private: |
60 | class Private; | 62 | class Private; |