summaryrefslogtreecommitdiffstats
path: root/examples/davresource/davresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/davresource/davresource.cpp')
-rw-r--r--examples/davresource/davresource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp
index 4e94046..22c502f 100644
--- a/examples/davresource/davresource.cpp
+++ b/examples/davresource/davresource.cpp
@@ -260,6 +260,7 @@ DavResourceFactory::DavResourceFactory(QObject *parent)
260 : Sink::ResourceFactory(parent, 260 : Sink::ResourceFactory(parent,
261 {Sink::ApplicationDomain::ResourceCapabilities::Contact::contact, 261 {Sink::ApplicationDomain::ResourceCapabilities::Contact::contact,
262 Sink::ApplicationDomain::ResourceCapabilities::Contact::addressbook, 262 Sink::ApplicationDomain::ResourceCapabilities::Contact::addressbook,
263 Sink::ApplicationDomain::ResourceCapabilities::Contact::storage
263 } 264 }
264 ) 265 )
265{ 266{