mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
move Create constant raster algorithm to Raster creation group
This commit is contained in:
parent
ca62140a64
commit
3fea2707ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user