From 5aef6843a14d4f9bece279009c61e2f3f1699acc Mon Sep 17 00:00:00 2001 From: ersts Date: Tue, 26 Aug 2008 21:08:57 +0000 Subject: [PATCH] -Sorry, missed one setYmin/setYmax in a python file git-svn-id: http://svn.osgeo.org/qgis/trunk@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgsmaptopixel.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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