Show GRASS version info in Processing logs

Fixes #55163
This commit is contained in:
Nyall Dawson 2024-07-12 15:39:03 +10:00
parent 711c75d873
commit 495a193036

View File

@ -150,6 +150,9 @@ class GrassProvider(QgsProcessingProvider):
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"