mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix the compilation
This commit is contained in:
parent
b20619623f
commit
d991f1d481
@ -451,7 +451,7 @@ void QgsWMSSourceSelect::addClicked()
|
||||
{
|
||||
collectSelectedLayers( layers, styles );
|
||||
crs = mCRS;
|
||||
format = mFormats[ mImageFormatGroup->checkedId()];
|
||||
format = mFormats[ mImageFormatGroup->checkedId()].format;
|
||||
|
||||
if ( mTileWidth->text().toInt() > 0 && mTileHeight->text().toInt() > 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user