Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] add tags to statistics by categories algorithm
  • Loading branch information
nirvn committed Feb 28, 2018
1 parent 89e2b02 commit 2af9c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/algs/qgis/StatisticsByCategories.py
Expand Up @@ -58,6 +58,9 @@ def group(self):
def groupId(self):
return 'vectoranalysis'

def tags(self):
return self.tr('groups').split(',')

def __init__(self):
super().__init__()

Expand Down

0 comments on commit 2af9c40

Please sign in to comment.