Skip to content

Commit 335d7f0

Browse files
committed
raster block: add missing hasNoData method in sip
1 parent bfcdc93 commit 335d7f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/core/raster/qgsrasterblock.sip

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ class QgsRasterBlock
3333
static QGis::DataType typeWithNoDataValue( QGis::DataType dataType, double *noDataValue );
3434

3535
bool hasNoDataValue() const;
36+
37+
bool hasNoData() const;
3638

37-
double noDataValue( ) const;
39+
double noDataValue() const;
3840

3941
//void setNoDataValue( double noDataValue );
4042

0 commit comments

Comments
 (0)