Skip to content

Commit 2af9c40

Browse files
committed
[processing] add tags to statistics by categories algorithm
1 parent 89e2b02 commit 2af9c40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/plugins/processing/algs/qgis/StatisticsByCategories.py

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def group(self):
5858
def groupId(self):
5959
return 'vectoranalysis'
6060

61+
def tags(self):
62+
return self.tr('groups').split(',')
63+
6164
def __init__(self):
6265
super().__init__()
6366

0 commit comments

Comments
 (0)