File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
python/gui/editorwidgets/core
src/gui/editorwidgets/core Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,11 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
206
206
207
207
protected slots:
208
208
209
- virtual void setExpression( const QString &value ) = 0;
209
+ virtual void setExpression( const QString &expression ) = 0;
210
+ %Docstring
211
+ Set the ``expression`` which is currently used as filter for this widget.
212
+ %End
213
+
210
214
virtual void setFeature( const QgsFeature &feature );
211
215
212
216
Original file line number Diff line number Diff line change @@ -225,7 +225,11 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
225
225
226
226
protected slots:
227
227
228
- virtual void setExpression ( const QString &value ) = 0;
228
+ /* *
229
+ * Set the \a expression which is currently used as filter for this widget.
230
+ */
231
+ virtual void setExpression ( const QString &expression ) = 0;
232
+
229
233
void setFeature ( const QgsFeature &feature ) override ;
230
234
231
235
protected:
You can’t perform that action at this time.
0 commit comments