Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-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
  • Loading branch information
ersts committed Aug 26, 2008
1 parent 68f7f48 commit 07eef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsmaptopixel.sip
Expand Up @@ -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
Expand Down

0 comments on commit 07eef18

Please sign in to comment.