Skip to content

Commit

Permalink
Add some tags to check validity algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 3, 2017
1 parent e12621c commit 5b05699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/plugins/processing/algs/qgis/CheckValidity.py
Expand Up @@ -68,6 +68,9 @@ def icon(self):
def group(self):
return self.tr('Vector geometry')

def tags(self):
return self.tr('valid,invalid,detect').split(',')

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

Expand Down

0 comments on commit 5b05699

Please sign in to comment.