mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
-Patch to close ticket #1259
git-svn-id: http://svn.osgeo.org/qgis/trunk@9239 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1b40a224d4
commit
f95f58d6b5
@ -748,6 +748,9 @@ QString QgsRasterLayer::getDrawingStyleAsQString()
|
||||
case SINGLE_BAND_PSEUDO_COLOR:
|
||||
return QString( "SINGLE_BAND_PSEUDO_COLOR" );//no need to tr() this its not shown in ui
|
||||
break;
|
||||
case PALETTED_COLOR:
|
||||
return QString( "PALETTED_COLOR" );//no need to tr() this its not shown in ui
|
||||
break;
|
||||
case PALETTED_SINGLE_BAND_GRAY:
|
||||
return QString( "PALETTED_SINGLE_BAND_GRAY" );//no need to tr() this its not shown in ui
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user