Skip to content

Commit 95f24db

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsserversourceselect.cpp

Lines changed: 1 addition & 1 deletion
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)