diff --git a/python/core/qgsmaptopixel.sip b/python/core/qgsmaptopixel.sip index 6d285785d64e..79718340a0e3 100644 --- a/python/core/qgsmaptopixel.sip +++ b/python/core/qgsmaptopixel.sip @@ -69,9 +69,9 @@ class QgsMapToPixel double mapUnitsPerPixel(); //! Set maximum y value - void setYmax(double ymax); + void setYMaximum(double ymax); //! Set minimum y value - void setYmin(double ymin); + void setYMinimum(double ymin); //! set minimum x value void setXMinimum(double xmin); /*! Set parameters for use in tranfsorming coordinates