Skip to content

Commit

Permalink
Add tags to buffer algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 16, 2018
1 parent 17478ea commit 5bdd6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmbuffer.cpp
Expand Up @@ -31,7 +31,7 @@ QString QgsBufferAlgorithm::displayName() const

QStringList QgsBufferAlgorithm::tags() const
{
return QObject::tr( "buffer,grow" ).split( ',' );
return QObject::tr( "buffer,grow,fixed,variable,distance" ).split( ',' );
}

QString QgsBufferAlgorithm::group() const
Expand Down

0 comments on commit 5bdd6da

Please sign in to comment.