Skip to content
Commit c0ae03d1 authored by Alexander Trufanov's avatar Alexander Trufanov
Browse files

Fix HTTP proxy settings

Summary:
After SlaveBase::config() was replaced with SlaveBase::mapConfig()
the reading of "ProxyUrls" value had beed broken as QVariant with
type QByteArray can't be directly converted to QStringList.
It should be converted to QString and splitted.

Reviewers: #frameworks, meven

Reviewed By: meven

Subscribers: meven, kde-frameworks-devel

Tags: #frameworks

BUG: 414346
FIXED-IN: 5.65

Differential Revision: https://phabricator.kde.org/D25432
parent 9550ad88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment