From eebb53ec4752f9cb1d2fb81a3353246844cdbd49 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Mar 2017 18:21:59 +0100 Subject: Fixed dav server property --- examples/davresource/davresource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp index 63b254f..f110eb0 100644 --- a/examples/davresource/davresource.cpp +++ b/examples/davresource/davresource.cpp @@ -241,7 +241,7 @@ DavResource::DavResource(const Sink::ResourceContext &resourceContext) */ qputenv("KDE_FORK_SLAVES", "TRUE"); auto config = ResourceConfig::getConfiguration(resourceContext.instanceId()); - auto resourceUrl = QUrl::fromUserInput(config.value("resourceUrl").toString()); + auto resourceUrl = QUrl::fromUserInput(config.value("server").toString()); resourceUrl.setUserName(config.value("username").toString()); resourceUrl.setPassword(config.value("password").toString()); -- cgit v1.2.3