Deactivate help button for SAGA algorithms

to avoid user frustration because no help is provided in user manual (simply listing parameters and options already shown in GUI can't be called a help)
This commit is contained in:
Harrissou Sant-anna 2018-11-25 07:37:53 +01:00 committed by Nyall Dawson
parent 7a9ba25e80
commit 72fdda7630

View File

@ -128,9 +128,6 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
def id(self): def id(self):
return 'saga' return 'saga'
def helpId(self):
return 'saga'
def defaultVectorFileExtension(self, hasGeometry=True): def defaultVectorFileExtension(self, hasGeometry=True):
return 'shp' if hasGeometry else 'dbf' return 'shp' if hasGeometry else 'dbf'