diff --git a/python/plugins/grassprovider/Grass7AlgorithmProvider.py b/python/plugins/grassprovider/Grass7AlgorithmProvider.py index bf568e775c77..a2da3fd8a37e 100644 --- a/python/plugins/grassprovider/Grass7AlgorithmProvider.py +++ b/python/plugins/grassprovider/Grass7AlgorithmProvider.py @@ -130,6 +130,9 @@ def icon(self): def svgIconPath(self): return QgsApplication.iconPath("/providerGrass.svg") + def versionInfo(self): + return Grass7Utils.installedVersion() or None + def defaultVectorFileExtension(self, hasGeometry=True): # By default,'gpkg', but if OGR has not been compiled with sqlite3, then # we take "SHP"