summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-08 15:24:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-08 15:24:37 +0100
commit5255876dde678aa7d5af8020d5836b1fc6c58fc7 (patch)
treef11a954b784418e76d73b29c3e8b44ececa511bb /common/store.cpp
parentae4b64b198a143240aa5dd1e202e5016abfdae71 (diff)
downloadsink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.tar.gz
sink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.zip
Let the preprocessor repeat the types.
Diffstat (limited to 'common/store.cpp')
-rw-r--r--common/store.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 971cc7f..dd00bfe 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -414,11 +414,6 @@ QList<DomainType> Store::read(const Sink::Query &q)
414 template T Store::readOne<T>(const Query &); \ 414 template T Store::readOne<T>(const Query &); \
415 template QList<T> Store::read<T>(const Query &); 415 template QList<T> Store::read<T>(const Query &);
416 416
417REGISTER_TYPE(ApplicationDomain::Event); 417SINK_REGISTER_TYPES()
418REGISTER_TYPE(ApplicationDomain::Mail);
419REGISTER_TYPE(ApplicationDomain::Folder);
420REGISTER_TYPE(ApplicationDomain::SinkResource);
421REGISTER_TYPE(ApplicationDomain::SinkAccount);
422REGISTER_TYPE(ApplicationDomain::Identity);
423 418
424} // namespace Sink 419} // namespace Sink