Skip to content

Commit

Permalink
Update qgsalgorithmpointstopaths.cpp
Browse files Browse the repository at this point in the history
Added "path" tag.
  • Loading branch information
MrChebur authored and nyalldawson committed Jun 9, 2021
1 parent f4321ea commit 1bc071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmpointstopaths.cpp
Expand Up @@ -46,7 +46,7 @@ QString QgsPointsToPathsAlgorithm::shortHelpString() const

QStringList QgsPointsToPathsAlgorithm::tags() const
{
return QObject::tr( "create,lines,points,connect,convert,join" ).split( ',' );
return QObject::tr( "create,lines,points,connect,convert,join,path" ).split( ',' );
}

QString QgsPointsToPathsAlgorithm::group() const
Expand Down

0 comments on commit 1bc071c

Please sign in to comment.