1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Fixed issue with changing url of DuckDuckGo search provider

- it kept reverting to original URL if user changed it
This commit is contained in:
nowrep 2012-08-01 22:50:21 +02:00
parent 0a49a60756
commit 96ce82fdda

View File

@ -70,12 +70,6 @@ void SearchEnginesManager::loadSettings()
en.shortcut = query.value(3).toString();
en.suggestionsUrl = query.value(4).toString();
// TODO: Remove when releasing new version
// and move into profile updater
if (en.name == "DuckDuckGo") {
en.url = "https://duckduckgo.com/?q=%s&t=qupzilla";
}
m_allEngines.append(en);
}