move Create constant raster algorithm to Raster creation group

This commit is contained in:
root676 2020-04-17 22:44:04 +02:00 committed by Nyall Dawson
parent ca62140a64
commit 3fea2707ac

View File

@ -39,12 +39,12 @@ QStringList QgsConstantRasterAlgorithm::tags() const
QString QgsConstantRasterAlgorithm::group() const
{
return QObject::tr( "Raster tools" );
return QObject::tr( "Raster creation" );
}
QString QgsConstantRasterAlgorithm::groupId() const
{
return QStringLiteral( "rastertools" );
return QStringLiteral( "rastercreation" );
}
QString QgsConstantRasterAlgorithm::shortHelpString() const