mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
map canvas: update sip bindings (followup c3321e5)
This commit is contained in:
parent
be12c19e66
commit
f055db1e02
@ -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
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user