mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
parent
711c75d873
commit
495a193036
@ -150,6 +150,9 @@ class GrassProvider(QgsProcessingProvider):
|
|||||||
def svgIconPath(self):
|
def svgIconPath(self):
|
||||||
return QgsApplication.iconPath("/providerGrass.svg")
|
return QgsApplication.iconPath("/providerGrass.svg")
|
||||||
|
|
||||||
|
def versionInfo(self):
|
||||||
|
return GrassUtils.installedVersion() or None
|
||||||
|
|
||||||
def defaultVectorFileExtension(self, hasGeometry=True):
|
def defaultVectorFileExtension(self, hasGeometry=True):
|
||||||
# By default,'gpkg', but if OGR has not been compiled with sqlite3, then
|
# By default,'gpkg', but if OGR has not been compiled with sqlite3, then
|
||||||
# we take "SHP"
|
# we take "SHP"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user