Skip to content

Commit f055db1

Browse files
committedApr 4, 2015
map canvas: update sip bindings (followup c3321e5)
1 parent be12c19 commit f055db1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎python/gui/qgsmapcanvas.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ class QgsMapCanvas : QGraphicsView
340340
//! This slot is connected to the visibility change of one or more layers
341341
void layerStateChange();
342342

343+
//! This slot is connected to the layer's CRS change
344+
void layerCrsChange();
345+
343346
//! Whether to suppress rendering or not
344347
void setRenderFlag( bool theFlag );
345348
//! State of render suppression flag

‎src/gui/qgsmapcanvas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
409409

410410
//! This slot is connected to the visibility change of one or more layers
411411
void layerStateChange();
412-
412+
413413
//! This slot is connected to the layer's CRS change
414414
void layerCrsChange();
415415

0 commit comments

Comments
 (0)
Please sign in to comment.