Skip to content

Commit

Permalink
[processing] Add a statistics tag to the aggregate algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Mar 31, 2021
1 parent bbe9e89 commit 587ec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmaggregate.cpp
Expand Up @@ -42,7 +42,7 @@ QString QgsAggregateAlgorithm::shortHelpString() const

QStringList QgsAggregateAlgorithm::tags() const
{
return QObject::tr( "attributes,sum,mean,collect,dissolve" ).split( ',' );
return QObject::tr( "attributes,sum,mean,collect,dissolve,statistics" ).split( ',' );
}

QString QgsAggregateAlgorithm::group() const
Expand Down

0 comments on commit 587ec1f

Please sign in to comment.