[QGIS Commit] r9178 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Aug 26 17:08:57 EDT 2008


Author: ersts
Date: 2008-08-26 17:08:57 -0400 (Tue, 26 Aug 2008)
New Revision: 9178

Modified:
   trunk/qgis/python/core/qgsmaptopixel.sip
Log:
-Sorry, missed one setYmin/setYmax in a python file

Modified: trunk/qgis/python/core/qgsmaptopixel.sip
===================================================================
--- trunk/qgis/python/core/qgsmaptopixel.sip	2008-08-26 20:47:53 UTC (rev 9177)
+++ trunk/qgis/python/core/qgsmaptopixel.sip	2008-08-26 21:08:57 UTC (rev 9178)
@@ -69,9 +69,9 @@
     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



More information about the QGIS-commit mailing list