mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix SIP_SKIP
This commit is contained in:
parent
6454ac4909
commit
48ab44ef11
@ -81,8 +81,7 @@ class ANALYSIS_EXPORT QgsRasterMatrix
|
|||||||
* Returns data array (but not ownership)
|
* Returns data array (but not ownership)
|
||||||
* \note not available in Python bindings
|
* \note not available in Python bindings
|
||||||
*/
|
*/
|
||||||
double *data() { return mData; }
|
double *data() SIP_SKIP { return mData; }
|
||||||
SIP_SKIP
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns data and ownership. Sets data and nrows, ncols of this matrix to 0
|
* Returns data and ownership. Sets data and nrows, ncols of this matrix to 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user