Skip to content

Commit d991f1d

Browse files
committed
Fix the compilation
1 parent b206196 commit d991f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/qgswmssourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void QgsWMSSourceSelect::addClicked()
451451
{
452452
collectSelectedLayers( layers, styles );
453453
crs = mCRS;
454-
format = mFormats[ mImageFormatGroup->checkedId()];
454+
format = mFormats[ mImageFormatGroup->checkedId()].format;
455455

456456
if ( mTileWidth->text().toInt() > 0 && mTileHeight->text().toInt() > 0 )
457457
{

0 commit comments

Comments
 (0)