Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10470 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 5, 2009
1 parent 491ab37 commit cfa8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsserversourceselect.cpp
Expand Up @@ -740,7 +740,7 @@ bool QgsServerSourceSelect::retrieveSearchResults( const QString& searchTerm, QB
// read proxy settings: code from QgsWmsProvider::retrieveUrl()
QSettings settings;
QString proxyHost, proxyUser, proxyPassword;
int proxyPort;
int proxyPort = 0;
QNetworkProxy::ProxyType proxyType = QNetworkProxy::NoProxy;

bool proxyEnabled = settings.value( "proxy/proxyEnabled", "0" ).toBool();
Expand Down

0 comments on commit cfa8159

Please sign in to comment.