mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
removed default in switch
This commit is contained in:
parent
06e0580511
commit
dfda312465
@ -375,9 +375,6 @@ void QgsSingleBandPseudoColorRenderer::toSld( QDomDocument &doc, QDomElement &el
|
|||||||
rampType = QStringLiteral( "intervals" );
|
rampType = QStringLiteral( "intervals" );
|
||||||
break;
|
break;
|
||||||
case ( QgsColorRampShader::Interpolated ):
|
case ( QgsColorRampShader::Interpolated ):
|
||||||
// managed by default
|
|
||||||
default:
|
|
||||||
// TODO: what to do in case of new QgsColorRampShader types?
|
|
||||||
rampType = QStringLiteral( "ramp" );
|
rampType = QStringLiteral( "ramp" );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user