Skip to content

Commit

Permalink
[processing] allow 'set raster layer style' alg to use layers not loa…
Browse files Browse the repository at this point in the history
…ded in qgis
  • Loading branch information
volaya committed Jun 20, 2014
1 parent 2b234d9 commit b96f8fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/SetRasterStyle.py
Expand Up @@ -44,7 +44,6 @@ class SetRasterStyle(GeoAlgorithm):


def defineCharacteristics(self):
self.allowOnlyOpenedLayers = True
self.name = 'Set style for raster layer'
self.group = 'Raster general tools'
self.addParameter(ParameterRaster(self.INPUT, 'Raster layer'))
Expand Down

0 comments on commit b96f8fe

Please sign in to comment.