mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: remove reference to proxyscout KDED module
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d05992bda9
commit
4c32d028bc
1 changed files with 0 additions and 3 deletions
|
@ -406,9 +406,6 @@ QStringList KProtocolManager::proxiesForUrl( const KUrl &url )
|
|||
|
||||
void KProtocolManager::badProxy( const QString &proxy )
|
||||
{
|
||||
QDBusInterface( QL1S("org.kde.kded"), QL1S("/modules/proxyscout"))
|
||||
.asyncCall(QL1S("blackListProxy"), proxy);
|
||||
|
||||
PRIVATE_DATA;
|
||||
const QStringList keys (d->cachedProxyData.keys());
|
||||
Q_FOREACH(const QString& key, keys) {
|
||||
|
|
Loading…
Add table
Reference in a new issue