Skip to content

Commit

Permalink
Always use system's network proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 24, 2012
1 parent 70a8646 commit 3a0ce9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/engine/portable/src/dd_init.cpp
Expand Up @@ -133,6 +133,9 @@ int main(int argc, char** argv)
// Override the system locale (affects number/time formatting).
QLocale::setDefault(QLocale("en_US.UTF-8"));

// Use the host system's proxy configuration.
QNetworkProxyFactory::setUseSystemConfiguration(true);

// Metadata.
QApplication::setOrganizationDomain("dengine.net");
QApplication::setOrganizationName("Deng Team");
Expand Down

0 comments on commit 3a0ce9a

Please sign in to comment.