[processing] Declare NOT_SELECTED

This commit is contained in:
Blottiere Paul 2018-05-21 09:33:23 +01:00 committed by Nyall Dawson
parent dcc79fcfbf
commit 42199d1ad0

View File

@ -965,6 +965,7 @@ class RasterWidgetWrapper(MapLayerWidgetWrapper):
class EnumWidgetWrapper(WidgetWrapper):
NOT_SELECTED = '[Not selected]'
def createWidget(self, useCheckBoxes=False, columns=1):
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):