mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix exception in deprecated classes
This commit is contained in:
parent
d327ddd668
commit
865aa931e2
@ -960,7 +960,6 @@ class MapLayerWidgetWrapper(WidgetWrapper):
|
||||
pass
|
||||
|
||||
self.combo.valueChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
|
||||
self.combo.triggerFileSelection.connect(self.selectFile)
|
||||
return self.combo
|
||||
elif self.dialogType == DIALOG_BATCH:
|
||||
widget = BatchInputSelectionPanel(self.parameterDefinition(), self.row, self.col, self.dialog)
|
||||
@ -1487,7 +1486,6 @@ class VectorLayerWidgetWrapper(WidgetWrapper):
|
||||
pass
|
||||
|
||||
self.combo.valueChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
|
||||
self.combo.triggerFileSelection.connect(self.selectFile)
|
||||
return self.combo
|
||||
elif self.dialogType == DIALOG_BATCH:
|
||||
widget = BatchInputSelectionPanel(self.parameterDefinition(), self.row, self.col, self.dialog)
|
||||
|
Loading…
x
Reference in New Issue
Block a user