mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[processing] add tags to statistics by categories algorithm
This commit is contained in:
parent
89e2b02122
commit
2af9c40882
@ -58,6 +58,9 @@ class StatisticsByCategories(QgisAlgorithm):
|
||||
def groupId(self):
|
||||
return 'vectoranalysis'
|
||||
|
||||
def tags(self):
|
||||
return self.tr('groups').split(',')
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user