diff options
-rw-r--r-- | examples/davresource/davresource.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/davresource/davresource.cpp b/examples/davresource/davresource.cpp index 1d45f20..465220f 100644 --- a/examples/davresource/davresource.cpp +++ b/examples/davresource/davresource.cpp | |||
@@ -232,11 +232,6 @@ public: | |||
232 | DavResource::DavResource(const Sink::ResourceContext &resourceContext) | 232 | DavResource::DavResource(const Sink::ResourceContext &resourceContext) |
233 | : Sink::GenericResource(resourceContext) | 233 | : Sink::GenericResource(resourceContext) |
234 | { | 234 | { |
235 | /* | ||
236 | * Fork KIO slaves (used in kdav), instead of starting them via klauncher. | ||
237 | * Otherwise we have yet another runtime dependency that will i.e. not work in the docker container. | ||
238 | */ | ||
239 | qputenv("KDE_FORK_SLAVES", "TRUE"); | ||
240 | auto config = ResourceConfig::getConfiguration(resourceContext.instanceId()); | 235 | auto config = ResourceConfig::getConfiguration(resourceContext.instanceId()); |
241 | auto resourceUrl = QUrl::fromUserInput(config.value("server").toString()); | 236 | auto resourceUrl = QUrl::fromUserInput(config.value("server").toString()); |
242 | resourceUrl.setUserName(config.value("username").toString()); | 237 | resourceUrl.setUserName(config.value("username").toString()); |