mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05: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).