Apply suggestions from code review

Co-authored-by: Étienne Trimaille <gustrimaille@yahoo.fr>
This commit is contained in:
Yoann Quenach de Quivillic 2023-05-25 00:36:01 +02:00 committed by Nyall Dawson
parent 88c3c41638
commit ab98551fec

View File

@ -91,9 +91,10 @@ imported and can be used directly.
Useful variables:
- iface will return the current QGIS interface, class 'QgisInterface'
- iface.mainWindow() will return the Qt Main Window
- iface.mapCanvas() will return the map canvas
- iface.layerTreeView() will return the Layer Tree
- iface.layerTreeView() will return the layer tree
- iface.activeLayer() will return the active layer
- QgsProject.instance() will return the current project