diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-08 15:24:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-08 15:24:37 +0100 |
commit | 5255876dde678aa7d5af8020d5836b1fc6c58fc7 (patch) | |
tree | f11a954b784418e76d73b29c3e8b44ececa511bb /common/store.cpp | |
parent | ae4b64b198a143240aa5dd1e202e5016abfdae71 (diff) | |
download | sink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.tar.gz sink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.zip |
Let the preprocessor repeat the types.
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 7 |
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 | ||
417 | REGISTER_TYPE(ApplicationDomain::Event); | 417 | SINK_REGISTER_TYPES() |
418 | REGISTER_TYPE(ApplicationDomain::Mail); | ||
419 | REGISTER_TYPE(ApplicationDomain::Folder); | ||
420 | REGISTER_TYPE(ApplicationDomain::SinkResource); | ||
421 | REGISTER_TYPE(ApplicationDomain::SinkAccount); | ||
422 | REGISTER_TYPE(ApplicationDomain::Identity); | ||
423 | 418 | ||
424 | } // namespace Sink | 419 | } // namespace Sink |