mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-01 00:05:25 -04:00
raster calculator: exit on error (fix #5075)
This commit is contained in:
parent
ed05796409
commit
98401dc066
@ -52,6 +52,7 @@ int QgsRasterCalculator::processCalculation( QProgressDialog* p )
|
||||
if ( !calcNode )
|
||||
{
|
||||
//error
|
||||
return 4;
|
||||
}
|
||||
|
||||
double targetGeoTransform[6];
|
||||
|
Loading…
x
Reference in New Issue
Block a user