mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Update class name
This commit is contained in:
parent
b08119bc96
commit
ecf7dd5e4f
@ -82,7 +82,7 @@ class CheckValidity(QgisAlgorithm):
|
||||
self.tr('Method'), self.methods))
|
||||
self.parameterDefinition(self.METHOD).setMetadata({
|
||||
'widget_wrapper': {
|
||||
'class': 'processing.gui.wrappers.SelectionWidgetWrapper',
|
||||
'class': 'processing.gui.wrappers.EnumWidgetWrapper',
|
||||
'useCheckBoxes': True,
|
||||
'columns': 3}})
|
||||
|
||||
|
@ -103,7 +103,7 @@ class SpatialJoin(QgisAlgorithm):
|
||||
allowMultiple=True, defaultValue=[0])
|
||||
predicate.setMetadata({
|
||||
'widget_wrapper': {
|
||||
'class': 'processing.gui.wrappers.SelectionWidgetWrapper',
|
||||
'class': 'processing.gui.wrappers.EnumWidgetWrapper',
|
||||
'useCheckBoxes': True,
|
||||
'columns': 2}})
|
||||
self.addParameter(predicate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user