mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix QgsRasterHistogram::histogramVector for SIP <= 4.17
This commit is contained in:
parent
3cc3946029
commit
bc193c0034
@ -47,7 +47,7 @@ class QgsRasterHistogram
|
||||
Whether histogram includes out of range values (in first and last bin)
|
||||
%End
|
||||
|
||||
HistogramVector histogramVector;
|
||||
QgsRasterHistogram::HistogramVector histogramVector;
|
||||
%Docstring
|
||||
Store the histogram for a given layer
|
||||
.. note::
|
||||
|
@ -74,7 +74,7 @@ class CORE_EXPORT QgsRasterHistogram
|
||||
/** \brief Store the histogram for a given layer
|
||||
* \note not available via Python binding
|
||||
*/
|
||||
HistogramVector histogramVector;
|
||||
QgsRasterHistogram::HistogramVector histogramVector;
|
||||
|
||||
//! \brief The maximum histogram value.
|
||||
double maximum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user