Customizable folder browsing is same as for the instance folder. Syste Proxy usage.

This commit is contained in:
Petr Mrázek 2013-10-29 22:13:42 +01:00
parent e7e03c2b54
commit 946d397cce
2 changed files with 17 additions and 8 deletions

View file

@ -149,6 +149,9 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
// init the http meta cache
initHttpMetaCache();
// set up a basic autodetected proxy (system default)
QNetworkProxyFactory::setUseSystemConfiguration(true);
// create the global network manager
m_qnam.reset(new QNetworkAccessManager(this));