1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Merge branch 'Falkon/3.1'

This commit is contained in:
David Rosca 2019-04-20 09:34:40 +02:00
commit b5988bbe1f
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -283,7 +283,7 @@ MainApplication::MainApplication(int &argc, char** argv)
NetworkManager::registerSchemes();
m_webProfile = isPrivate() ? new QWebEngineProfile(this) : QWebEngineProfile::defaultProfile();
m_webProfile = isPrivate() ? new QWebEngineProfile() : QWebEngineProfile::defaultProfile();
connect(m_webProfile, &QWebEngineProfile::downloadRequested, this, &MainApplication::downloadRequested);
m_networkManager = new NetworkManager(this);