map canvas: update sip bindings (followup c3321e5)

This commit is contained in:
Juergen E. Fischer 2015-04-04 23:57:43 +02:00
parent be12c19e66
commit f055db1e02
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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();