File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 \"\"\" " ) );
You can’t perform that action at this time.
0 commit comments