mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -04:00
This is useful when one wants to follow what exactly is happening with map canvas rendering. We already have renderStarting() signal when a job is started and mapCanvasRefreshed() signal when a job has finished, but there was no notification if the pending job got cancelled (for example because used moved/zoomed the map).