fix missing SIP_OUT (#31470)

This commit is contained in:
Denis Rouzaud 2019-08-29 10:38:03 +02:00 committed by GitHub
parent 11f1d0d7cb
commit 2a9f215f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ Set if we want a central class astride the pivot value
.. versionadded:: 3.4
%End
static void makeBreaksSymmetric( QList<double> &breaks, double symmetryPoint, bool astride );
static void makeBreaksSymmetric( QList<double> &breaks /In,Out/, double symmetryPoint, bool astride );
%Docstring
Remove the breaks that are above the existing opposite sign classes to keep colors symmetrically balanced around symmetryPoint
Does not put a break on the symmetryPoint. This is done before.

View File

@ -176,7 +176,7 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer : public QgsFeatureRenderer
* \param astride A bool indicating if the symmetry is made astride the symmetryPoint or not ( [-1,1] vs. [-1,0][0,1] )
* \since QGIS 3.4
*/
static void makeBreaksSymmetric( QList<double> &breaks, double symmetryPoint, bool astride );
static void makeBreaksSymmetric( QList<double> &breaks SIP_INOUT, double symmetryPoint, bool astride );
/**
* Compute the equal interval classification