1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-24 04:36:34 +01:00

Fix adding Adblock list

This commit is contained in:
innermous 2015-12-12 02:01:15 +02:00
parent 65362d6eeb
commit a9043f0584

View File

@ -147,7 +147,7 @@ void AdBlockManager::removeDisabledRule(const QString &filter)
bool AdBlockManager::addSubscriptionFromUrl(const QUrl &url)
{
const QList<QPair<QString, QString> > queryItems = QUrlQuery(url).queryItems();
const QList<QPair<QString, QString> > queryItems = QUrlQuery(url).queryItems(QUrl::FullyDecoded);
QString subscriptionTitle;
QString subscriptionUrl;