mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
parent
711c75d873
commit
495a193036
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user