mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[processing] Declare NOT_SELECTED
This commit is contained in:
parent
dcc79fcfbf
commit
42199d1ad0
@ -965,6 +965,7 @@ class RasterWidgetWrapper(MapLayerWidgetWrapper):
|
|||||||
|
|
||||||
|
|
||||||
class EnumWidgetWrapper(WidgetWrapper):
|
class EnumWidgetWrapper(WidgetWrapper):
|
||||||
|
NOT_SELECTED = '[Not selected]'
|
||||||
|
|
||||||
def createWidget(self, useCheckBoxes=False, columns=1):
|
def createWidget(self, useCheckBoxes=False, columns=1):
|
||||||
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):
|
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user