Skip to content

Commit

Permalink
add feature filter
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and nyalldawson committed May 20, 2021
1 parent aaa41f4 commit fa195f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmfilter.cpp
Expand Up @@ -37,12 +37,12 @@ QStringList QgsFilterAlgorithm::tags() const

QString QgsFilterAlgorithm::group() const
{
return QObject::tr( "Vector table" );
return QObject::tr( "Modeler tools" );
}

QString QgsFilterAlgorithm::groupId() const
{
return QStringLiteral( "vectortable" );
return QStringLiteral( "modelertools" );
}

QgsProcessingAlgorithm::Flags QgsFilterAlgorithm::flags() const
Expand Down

0 comments on commit fa195f1

Please sign in to comment.