[QGIS Commit] r9443 - trunk/qgis/python/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Oct 6 14:12:16 EDT 2008


Author: jef
Date: 2008-10-06 14:12:16 -0400 (Mon, 06 Oct 2008)
New Revision: 9443

Modified:
   trunk/qgis/python/gui/qgsmapcanvas.sip
Log:
fix sip compile error

Modified: trunk/qgis/python/gui/qgsmapcanvas.sip
===================================================================
--- trunk/qgis/python/gui/qgsmapcanvas.sip	2008-10-06 18:05:29 UTC (rev 9442)
+++ trunk/qgis/python/gui/qgsmapcanvas.sip	2008-10-06 18:12:16 UTC (rev 9443)
@@ -116,7 +116,7 @@
     void updateFullExtent();
 
     //! return the map layer at postion index in the layer stack
-    QgsMapLayer *getZpos(int index);
+    QgsMapLayer *layer(int index);
     
     //! return number of layers on the map
     int layerCount() const;



More information about the QGIS-commit mailing list