mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Followup 1f3b039: fix wrong monkey patched var name
This commit is contained in:
parent
8f52da7fdf
commit
60ee76bc69
@ -70,7 +70,7 @@ QgsDataProvider.SUBLAYER_SEPARATOR = QgsDataProvider.sublayerSeparator()
|
||||
# Monkey patch Qgis vars
|
||||
Qgis.QGIS_VERSION = Qgis.version()
|
||||
Qgis.QGIS_VERSION_INT = Qgis.versionInt()
|
||||
Qgis.QGIS_VERSION_RELEASE_NAME = Qgis.releaseName()
|
||||
Qgis.QGIS_RELEASE_NAME = Qgis.releaseName()
|
||||
|
||||
GEOWKT = geoWkt()
|
||||
PROJECT_SCALES = Qgis.defaultProjectScales()
|
||||
|
Loading…
x
Reference in New Issue
Block a user