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 23, 2019
1 parent e77eebb commit f01b9e4
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 @@ -60,7 +60,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 f01b9e4

Please sign in to comment.