File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,9 @@ class QgsMapCanvas : QGraphicsView
340
340
//! This slot is connected to the visibility change of one or more layers
341
341
void layerStateChange();
342
342
343
+ //! This slot is connected to the layer's CRS change
344
+ void layerCrsChange();
345
+
343
346
//! Whether to suppress rendering or not
344
347
void setRenderFlag( bool theFlag );
345
348
//! State of render suppression flag
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
409
409
410
410
// ! This slot is connected to the visibility change of one or more layers
411
411
void layerStateChange ();
412
-
412
+
413
413
// ! This slot is connected to the layer's CRS change
414
414
void layerCrsChange ();
415
415
You can’t perform that action at this time.
0 commit comments