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