mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
indentation fix
This commit is contained in:
parent
f27e6c27b5
commit
c9645e478c
@ -782,11 +782,11 @@ QImage* QgsWMSServer::getLegendGraphics()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Checks showFeatureCount parameter
|
||||
bool showFeatureCount = false;
|
||||
if ( mParameters.contains( "SHOWFEATURECOUNT" ) )
|
||||
showFeatureCount = QVariant(mParameters[ "SHOWFEATURECOUNT" ]).toBool();
|
||||
showFeatureCount = QVariant( mParameters[ "SHOWFEATURECOUNT" ] ).toBool();
|
||||
|
||||
// Create the layer tree root
|
||||
QgsLayerTreeGroup rootGroup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user