From 682b90cc4138ce7d4c2a4eb4b28c8a17b08cd6de Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 29 Jun 2017 12:13:22 +0200 Subject: KDE_FORK_SLAVES is no longer necessary --- examples/davresource/davresource.cpp | 5 ----- 1 file changed, 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: DavResource::DavResource(const Sink::ResourceContext &resourceContext) : Sink::GenericResource(resourceContext) { - /* - * Fork KIO slaves (used in kdav), instead of starting them via klauncher. - * Otherwise we have yet another runtime dependency that will i.e. not work in the docker container. - */ - qputenv("KDE_FORK_SLAVES", "TRUE"); auto config = ResourceConfig::getConfiguration(resourceContext.instanceId()); auto resourceUrl = QUrl::fromUserInput(config.value("server").toString()); resourceUrl.setUserName(config.value("username").toString()); -- cgit v1.2.3