Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
map canvas: update sip bindings (followup c3321e5)
  • Loading branch information
jef-n committed Apr 4, 2015
1 parent be12c19 commit f055db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/gui/qgsmapcanvas.sip
Expand Up @@ -340,6 +340,9 @@ class QgsMapCanvas : QGraphicsView
//! This slot is connected to the visibility change of one or more layers
void layerStateChange();

//! This slot is connected to the layer's CRS change
void layerCrsChange();

//! Whether to suppress rendering or not
void setRenderFlag( bool theFlag );
//! State of render suppression flag
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.h
Expand Up @@ -409,7 +409,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView

//! This slot is connected to the visibility change of one or more layers
void layerStateChange();

//! This slot is connected to the layer's CRS change
void layerCrsChange();

Expand Down

0 comments on commit f055db1

Please sign in to comment.