summaryrefslogtreecommitdiffstats
path: root/common/domain/event.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-12 13:15:45 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-12 13:15:45 +0200
commit1b39c149e1fe8705f7fcbd8840de85414c652dc1 (patch)
tree99e26d126872d2581377bc6936b91acc25ca2609 /common/domain/event.h
parent7eb4227cfcda1cbcf066c37d5e6679ef350d518c (diff)
downloadsink-1b39c149e1fe8705f7fcbd8840de85414c652dc1.tar.gz
sink-1b39c149e1fe8705f7fcbd8840de85414c652dc1.zip
Dummyclient that can also remove stuff and updates queries automatically
Diffstat (limited to 'common/domain/event.h')
-rw-r--r--common/domain/event.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/domain/event.h b/common/domain/event.h
index f21cd34..17a0ad4 100644
--- a/common/domain/event.h
+++ b/common/domain/event.h
@@ -63,3 +63,6 @@ public:
63 63
64} 64}
65} 65}
66
67Q_DECLARE_METATYPE(Akonadi2::ApplicationDomain::Event)
68Q_DECLARE_METATYPE(Akonadi2::ApplicationDomain::Event::Ptr)