mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
let travis happy
This commit is contained in:
parent
4b3674ae3f
commit
9871c6d64b
@ -1398,6 +1398,9 @@ bool QgsRasterLayer::writeSld( QDomNode &node, QDomDocument &doc, QString &error
|
||||
case QgsHueSaturationFilter::GrayscaleAverage:
|
||||
property = QStringLiteral( "average" );
|
||||
break;
|
||||
case QgsHueSaturationFilter::GrayscaleOff:
|
||||
// added just to avoid travis fail
|
||||
break;
|
||||
}
|
||||
if ( !property.isEmpty() )
|
||||
vendorOptionWriter( QStringLiteral( "grayScale" ), property );
|
||||
|
Loading…
x
Reference in New Issue
Block a user