Skip to content

Commit 74f61d1

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/gui/qgsmapcanvas.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class QgsMapCanvas : QGraphicsView
116116
void updateFullExtent();
117117

118118
//! return the map layer at postion index in the layer stack
119-
QgsMapLayer *getZpos(int index);
119+
QgsMapLayer *layer(int index);
120120

121121
//! return number of layers on the map
122122
int layerCount() const;

0 commit comments

Comments
 (0)
Please sign in to comment.