Skip to content

Commit 5b05699

Browse files
committedDec 3, 2017
Add some tags to check validity algorithm
1 parent e12621c commit 5b05699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎python/plugins/processing/algs/qgis/CheckValidity.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def icon(self):
6868
def group(self):
6969
return self.tr('Vector geometry')
7070

71+
def tags(self):
72+
return self.tr('valid,invalid,detect').split(',')
73+
7174
def __init__(self):
7275
super().__init__()
7376

0 commit comments

Comments
 (0)
Please sign in to comment.