Skip to content

Commit

Permalink
Fix misleading template
Browse files Browse the repository at this point in the history
(cherry picked from commit e9c7c86)
  • Loading branch information
nyalldawson committed Feb 21, 2019
1 parent 4b3a2ef commit 9f97f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -193,8 +193,8 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
: param handlesnull: Set this to True if your function has custom handling for NULL values.\n\
If False, the result will always be NULL as soon as any parameter is NULL.\n\
Defaults to False.\n\
: param usesgeometry : Set this to False if your function does not access\n\
feature.geometry(). Defaults to True.\n\
: param usesgeometry : Set this to True if your function requires access to\n\
feature.geometry(). Defaults to False.\n\
: param referenced_columns: An array of attribute names that are required to run\n\
this function. Defaults to [QgsFeatureRequest.ALL_ATTRIBUTES].\n\
\"\"\"" ) );
Expand Down

0 comments on commit 9f97f34

Please sign in to comment.