mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849)
This commit is contained in:
parent
bef58ac6a7
commit
dd8c5c1611
@ -56,7 +56,10 @@ class SplitRGBBands(SagaAlgorithmBase):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user