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