Skip to content

Commit e9c7c86

Browse files
committed
Fix misleading template
1 parent df295a8 commit e9c7c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/qgsexpressionbuilderwidget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
195195
: param handlesnull: Set this to True if your function has custom handling for NULL values.\n\
196196
If False, the result will always be NULL as soon as any parameter is NULL.\n\
197197
Defaults to False.\n\
198-
: param usesgeometry : Set this to False if your function does not access\n\
199-
feature.geometry(). Defaults to True.\n\
198+
: param usesgeometry : Set this to True if your function requires access to\n\
199+
feature.geometry(). Defaults to False.\n\
200200
: param referenced_columns: An array of attribute names that are required to run\n\
201201
this function. Defaults to [QgsFeatureRequest.ALL_ATTRIBUTES].\n\
202202
\"\"\"" ) );

0 commit comments

Comments
 (0)