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:
commit
b5988bbe1f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user