Skip to content

Commit 5bdd6da

Browse files
committed
Add tags to buffer algorithm
1 parent 17478ea commit 5bdd6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/processing/qgsalgorithmbuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ QString QgsBufferAlgorithm::displayName() const
3131

3232
QStringList QgsBufferAlgorithm::tags() const
3333
{
34-
return QObject::tr( "buffer,grow" ).split( ',' );
34+
return QObject::tr( "buffer,grow,fixed,variable,distance" ).split( ',' );
3535
}
3636

3737
QString QgsBufferAlgorithm::group() const

0 commit comments

Comments
 (0)