summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
diff options
context:
space:
mode:
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