mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Remove outdated comment block
This commit is contained in:
parent
9aac4e38df
commit
a0cda52269
@ -242,11 +242,6 @@ def getParameterFromString(s):
|
|||||||
def initializeParameters():
|
def initializeParameters():
|
||||||
from processing.core.Processing import Processing
|
from processing.core.Processing import Processing
|
||||||
|
|
||||||
"""
|
|
||||||
ModelerParameterDefinitionDialog.PARAMETER_TABLE: QCoreApplication.translate('Processing',
|
|
||||||
'A vector layer parameter, e.g. for algorithms which change layer styles, edit layers in place, or other operations which affect an entire layer.'),
|
|
||||||
"""
|
|
||||||
|
|
||||||
Processing.registerParameter(PARAMETER_MAP_LAYER, QCoreApplication.translate('Processing', 'Map Layer'),
|
Processing.registerParameter(PARAMETER_MAP_LAYER, QCoreApplication.translate('Processing', 'Map Layer'),
|
||||||
QgsProcessingParameterMapLayer,
|
QgsProcessingParameterMapLayer,
|
||||||
description=QCoreApplication.translate('Processing', 'A generic map layer parameter, which accepts either vector or raster layers.'))
|
description=QCoreApplication.translate('Processing', 'A generic map layer parameter, which accepts either vector or raster layers.'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user