Skip to content

Commit f01b9e4

Browse files
alexbruynyalldawson
authored andcommittedMay 23, 2019
[processing] move "Split RGB bands" algorithm inside "Raster tools"
group to maintain consistency (fix #21849)
1 parent e77eebb commit f01b9e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎python/plugins/processing/algs/saga/SplitRGBBands.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ def displayName(self):
6060
return self.tr('Split RGB bands')
6161

6262
def group(self):
63-
return self.tr('Image tools')
63+
return self.tr('Raster tools')
64+
65+
def groupId(self):
66+
return 'rastertools'
6467

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

0 commit comments

Comments
 (0)