summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h2
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
25namespace Akonadi2 26namespace Akonadi2
26{ 27{
@@ -55,6 +56,7 @@ public:
55 56
56Q_SIGNALS: 57Q_SIGNALS:
57 void revisionUpdated(qint64); 58 void revisionUpdated(qint64);
59 void notify(ResourceNotification);
58 60
59private: 61private:
60 class Private; 62 class Private;