Skip to content

Commit

Permalink
[processing] move "Split RGB bands" algorithm inside "Raster tools"
Browse files Browse the repository at this point in the history
group to maintain consistency (fix #21849)
  • Loading branch information
alexbruy authored and nyalldawson committed May 22, 2019
1 parent bef58ac commit dd8c5c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/plugins/processing/algs/saga/SplitRGBBands.py
Expand Up @@ -56,7 +56,10 @@ def displayName(self):
return self.tr('Split RGB bands')

def group(self):
return self.tr('Image tools')
return self.tr('Raster tools')

def groupId(self):
return 'rastertools'

def processAlgorithm(self, parameters, context, feedback):
# TODO: check correct num of bands
Expand Down

0 comments on commit dd8c5c1

Please sign in to comment.