adopted to the newest cygwin version. This has been triggered by BMW.

This commit is contained in:
2012-08-10 13:18:33 +00:00
parent 9bead1dd3f
commit d43f8290cb
3 changed files with 1 additions and 7 deletions

View File

@@ -44,7 +44,6 @@
*/
PHelp::PHelp(const QString &url)
{
#ifndef _WIN32GCC
fProgress = 0;
QNetworkProxyFactory::setUseSystemConfiguration(true);
@@ -72,7 +71,6 @@ PHelp::PHelp(const QString &url)
setCentralWidget(fView);
setUnifiedTitleAndToolBarOnMac(true);
#endif // _WIN32GCC
}
//---------------------------------------------------------------------------