We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17478ea commit 5bdd6daCopy full SHA for 5bdd6da
src/analysis/processing/qgsalgorithmbuffer.cpp
@@ -31,7 +31,7 @@ QString QgsBufferAlgorithm::displayName() const
31
32
QStringList QgsBufferAlgorithm::tags() const
33
{
34
- return QObject::tr( "buffer,grow" ).split( ',' );
+ return QObject::tr( "buffer,grow,fixed,variable,distance" ).split( ',' );
35
}
36
37
QString QgsBufferAlgorithm::group() const
0 commit comments