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/test.cpp | |
parent | ae4b64b198a143240aa5dd1e202e5016abfdae71 (diff) | |
download | sink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.tar.gz sink-5255876dde678aa7d5af8020d5836b1fc6c58fc7.zip |
Let the preprocessor repeat the types.
Diffstat (limited to 'common/test.cpp')
-rw-r--r-- | common/test.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/common/test.cpp b/common/test.cpp index 0c7ba10..dc63afc 100644 --- a/common/test.cpp +++ b/common/test.cpp | |||
@@ -215,10 +215,4 @@ QList<Sink::ApplicationDomain::ApplicationDomainType::Ptr> Sink::Test::TestAccou | |||
215 | template void Sink::Test::TestAccount::addEntity<T>(const ApplicationDomain::ApplicationDomainType::Ptr &); \ | 215 | template void Sink::Test::TestAccount::addEntity<T>(const ApplicationDomain::ApplicationDomainType::Ptr &); \ |
216 | template typename T::Ptr Sink::Test::TestAccount::createEntity<T>(); | 216 | template typename T::Ptr Sink::Test::TestAccount::createEntity<T>(); |
217 | 217 | ||
218 | 218 | SINK_REGISTER_TYPES() | |
219 | REGISTER_TYPE(ApplicationDomain::Event); | ||
220 | REGISTER_TYPE(ApplicationDomain::Mail); | ||
221 | REGISTER_TYPE(ApplicationDomain::Folder); | ||
222 | REGISTER_TYPE(ApplicationDomain::SinkResource); | ||
223 | REGISTER_TYPE(ApplicationDomain::SinkAccount); | ||
224 | REGISTER_TYPE(ApplicationDomain::Identity); | ||