Skip to content

Commit 8fabc4d

Browse files
committed
fix warning
1 parent bdb560c commit 8fabc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsnewhttpconnection.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void QgsNewHttpConnection::accept()
207207
settings.setValue( key + "/invertAxisOrientation", cbxInvertAxisOrientation->isChecked() );
208208
settings.setValue( key + "/smoothPixmapTransform", cbxSmoothPixmapTransform->isChecked() );
209209

210-
int dpiMode;
210+
int dpiMode = 0;
211211
switch ( cmbDpiMode->currentIndex() )
212212
{
213213
case 0: // all => QGIS|UMN|GeoServer

0 commit comments

Comments
 (0)