summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/davresource/davresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp
index 6631148..88b7338 100644
--- a/examples/davresource/davresource.cpp
+++ b/examples/davresource/davresource.cpp
@@ -269,7 +269,7 @@ Sink::Resource *DavResourceFactory::createResource(const ResourceContext &contex
269void DavResourceFactory::registerFacades(const QByteArray &name, Sink::FacadeFactory &factory) 269void DavResourceFactory::registerFacades(const QByteArray &name, Sink::FacadeFactory &factory)
270{ 270{
271 factory.registerFacade<ApplicationDomain::Contact, DefaultFacade<ApplicationDomain::Contact>>(name); 271 factory.registerFacade<ApplicationDomain::Contact, DefaultFacade<ApplicationDomain::Contact>>(name);
272 factory.registerFacade<ApplicationDomain::Addressbook, DefaultFacade<ApplicationDomain::Contact>>(name); 272 factory.registerFacade<ApplicationDomain::Addressbook, DefaultFacade<ApplicationDomain::Addressbook>>(name);
273} 273}
274 274
275void DavResourceFactory::registerAdaptorFactories(const QByteArray &name, Sink::AdaptorFactoryRegistry &registry) 275void DavResourceFactory::registerAdaptorFactories(const QByteArray &name, Sink::AdaptorFactoryRegistry &registry)