Merge branch 'Falkon/3.1'

remotes/origin/shared-qmlengine
David Rosca 7 years ago
commit b5988bbe1f
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 2
      src/lib/app/mainapplication.cpp

@ -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…
Cancel
Save