indentation fix

This commit is contained in:
Juergen E. Fischer 2015-12-10 20:41:07 +01:00
parent f27e6c27b5
commit c9645e478c

View File

@ -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;