mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Instead of writing errors to QgsMessageLog and discarding, instead make the QgsTessellator class store errors and make the callers responsible for pushing to QgsMessageLog when appropriate. Gives us more flexibility to show user facing tesselation errors, eg in the processing log.