Skip to content

Commit 07eef18

Browse files
author
ersts
committed
-Sorry, missed one setYmin/setYmax in a python file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 68f7f48 commit 07eef18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/core/qgsmaptopixel.sip

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ class QgsMapToPixel
6969
double mapUnitsPerPixel();
7070

7171
//! Set maximum y value
72-
void setYmax(double ymax);
72+
void setYMaximum(double ymax);
7373
//! Set minimum y value
74-
void setYmin(double ymin);
74+
void setYMinimum(double ymin);
7575
//! set minimum x value
7676
void setXMinimum(double xmin);
7777
/*! Set parameters for use in tranfsorming coordinates

0 commit comments

Comments
 (0)