From 42199d1ad0e2879bd6ed4bf4c8ef7a44312b2010 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Mon, 21 May 2018 09:33:23 +0100 Subject: [PATCH] [processing] Declare NOT_SELECTED --- python/plugins/processing/gui/wrappers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/plugins/processing/gui/wrappers.py b/python/plugins/processing/gui/wrappers.py index 5cb6732cc15..c518fe09a2a 100755 --- a/python/plugins/processing/gui/wrappers.py +++ b/python/plugins/processing/gui/wrappers.py @@ -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):