Skip to content

Commit

Permalink
Add 'update' tag to find GeometryByExpression alg easier
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Jun 21, 2021
1 parent d4ac6fc commit 350ed39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ QString QgsGeometryByExpressionAlgorithm::displayName() const

QStringList QgsGeometryByExpressionAlgorithm::tags() const
{
return QObject::tr( "geometry,expression,create,modify" ).split( ',' );
return QObject::tr( "geometry,expression,create,modify,update" ).split( ',' );
}

QString QgsGeometryByExpressionAlgorithm::group() const
Expand Down

0 comments on commit 350ed39

Please sign in to comment.