summaryrefslogtreecommitdiffstats
path: root/common/facade.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.cpp')
-rw-r--r--common/facade.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/facade.cpp b/common/facade.cpp
index 56271e6..38ec1dc 100644
--- a/common/facade.cpp
+++ b/common/facade.cpp
@@ -110,10 +110,9 @@ QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr>
110 return qMakePair(KAsync::null<void>(), runner->emitter()); 110 return qMakePair(KAsync::null<void>(), runner->emitter());
111} 111}
112 112
113#define REGISTER_TYPE(T) \
114 template class Sink::GenericFacade<T>; \
113 115
114template class Sink::GenericFacade<Sink::ApplicationDomain::Contact>; 116SINK_REGISTER_TYPES()
115template class Sink::GenericFacade<Sink::ApplicationDomain::Folder>;
116template class Sink::GenericFacade<Sink::ApplicationDomain::Mail>;
117template class Sink::GenericFacade<Sink::ApplicationDomain::Event>;
118 117
119#include "facade.moc" 118#include "facade.moc"