mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Removed unused Q_UNUSED
This commit is contained in:
parent
74adc04e6e
commit
9cece3e5ba
@ -25,11 +25,8 @@ QgsFieldFormatter::QgsFieldFormatter() //NOLINT
|
||||
|
||||
QString QgsFieldFormatter::representValue( QgsVectorLayer *layer, int fieldIndex, const QVariantMap &config, const QVariant &cache, const QVariant &value ) const
|
||||
{
|
||||
Q_UNUSED( layer )
|
||||
Q_UNUSED( fieldIndex )
|
||||
Q_UNUSED( config )
|
||||
Q_UNUSED( cache )
|
||||
Q_UNUSED( value )
|
||||
|
||||
QString defVal;
|
||||
if ( layer->fields().fieldOrigin( fieldIndex ) == QgsFields::OriginProvider && layer->dataProvider() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user