diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 21:07:32 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 21:07:32 -0600 |
commit | 8e14799f43ea51a6d9f195c56ca4f0c0439d4039 (patch) | |
tree | 7ff196b150eea20fb4f3d30202174c31f8af3b65 | |
parent | 5ddfe22ebf43763bdf49e639ca9a403e34e84c22 (diff) | |
download | sink-8e14799f43ea51a6d9f195c56ca4f0c0439d4039.tar.gz sink-8e14799f43ea51a6d9f195c56ca4f0c0439d4039.zip |
The davresource has the contact.storage capability
-rw-r--r-- | examples/davresource/davresource.cpp | 1 |
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 | { |