mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +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();
|
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);
|
connect(m_webProfile, &QWebEngineProfile::downloadRequested, this, &MainApplication::downloadRequested);
|
||||||
|
|
||||||
m_networkManager = new NetworkManager(this);
|
m_networkManager = new NetworkManager(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user