Skip to content

Commit cfa8159

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10470 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 491ab37 commit cfa8159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsserversourceselect.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ bool QgsServerSourceSelect::retrieveSearchResults( const QString& searchTerm, QB
740740
// read proxy settings: code from QgsWmsProvider::retrieveUrl()
741741
QSettings settings;
742742
QString proxyHost, proxyUser, proxyPassword;
743-
int proxyPort;
743+
int proxyPort = 0;
744744
QNetworkProxy::ProxyType proxyType = QNetworkProxy::NoProxy;
745745

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

0 commit comments

Comments
 (0)