We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 2b12a15 + f07154b commit 16384cfCopy full SHA for 16384cf
python/plugins/processing/gui/wrappers.py
@@ -1115,15 +1115,3 @@ def value(self):
1115
def validator(v):
1116
return bool(v) or self.param.optional
1117
return self.comboValue(validator)
1118
-
1119
1120
-def GeometryPredicateWidgetWrapper(WidgetWrapper):
1121
1122
- def createWidget(self):
1123
- return GeometryPredicateSelectionPanel()
1124
1125
- def setValue(self, value):
1126
- self.widget.setValue(value)
1127
1128
- def value(self):
1129
- return self.widget.value()
0 commit comments