Skip to content

Commit

Permalink
add output type info in helpstring
Browse files Browse the repository at this point in the history
  • Loading branch information
root676 authored and nyalldawson committed Apr 13, 2020
1 parent 4d4a7a4 commit 50e68df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/analysis/processing/qgsalgorithmconstantraster.cpp
Expand Up @@ -50,7 +50,10 @@ QString QgsConstantRasterAlgorithm::groupId() const
QString QgsConstantRasterAlgorithm::shortHelpString() const
{
return QObject::tr( "Generates raster layer for given extent and cell "
"size filled with the specified value." );
"size filled with the specified value.\n"
"Additionally an output data type can be specified. "
"The algorithm will stop if a value has been entered that "
"cannot be represented by the selected output raster data type." );
}

QgsConstantRasterAlgorithm *QgsConstantRasterAlgorithm::createInstance() const
Expand Down

0 comments on commit 50e68df

Please sign in to comment.