mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[processing] add missed return statement (fix #17821)
This commit is contained in:
parent
e67aaf9a26
commit
dc99b8b2f0
@ -49,6 +49,7 @@ class RasterOptionsWidgetWrapper(WidgetWrapper):
|
||||
widget = QLineEdit()
|
||||
if self.param.defaultValue():
|
||||
widget.setText(self.param.defaultValue())
|
||||
return widget
|
||||
else:
|
||||
return QgsRasterFormatSaveOptionsWidget()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user