Skip to content

Commit

Permalink
Move to vector general group
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 1, 2018
1 parent 4dd3e21 commit fa71e4d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,12 +36,12 @@ QStringList QgsRemoveDuplicatesByAttributeAlgorithm::tags() const

QString QgsRemoveDuplicatesByAttributeAlgorithm::group() const
{
return QObject::tr( "Vector selection" );
return QObject::tr( "Vector general" );
}

QString QgsRemoveDuplicatesByAttributeAlgorithm::groupId() const
{
return QStringLiteral( "vectorselection" );
return QStringLiteral( "vectorgeneral" );
}

void QgsRemoveDuplicatesByAttributeAlgorithm::initAlgorithm( const QVariantMap & )
Expand Down

0 comments on commit fa71e4d

Please sign in to comment.