[processing] add tags to statistics by categories algorithm

This commit is contained in:
nirvn 2018-02-28 10:00:49 +07:00 committed by Mathieu Pellerin
parent 89e2b02122
commit 2af9c40882

View File

@ -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__()