summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h
index 4ed21b5..2ae71a0 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -17,10 +17,12 @@
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library. If not, see <http://www.gnu.org/licenses/>. 18 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#pragma once
20 21
21#include <akonadi2common_export.h> 22#include <akonadi2common_export.h>
22 23
23#include <Async/Async> 24#include <Async/Async>
25#include "notification.h"
24 26
25namespace Akonadi2 27namespace Akonadi2
26{ 28{
@@ -55,6 +57,7 @@ public:
55 57
56Q_SIGNALS: 58Q_SIGNALS:
57 void revisionUpdated(qint64); 59 void revisionUpdated(qint64);
60 void notify(Notification);
58 61
59private: 62private:
60 class Private; 63 class Private;