From 2b1dda4c787363640721d2d7caea6e6fe70d055d Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 2 May 2017 12:34:05 +1000 Subject: [PATCH] Update API break docs --- doc/api_break.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api_break.dox b/doc/api_break.dox index be2a98f1d6be..962b172c4b6c 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -2231,6 +2231,7 @@ object of type QgsProcessingFeedback, and will need to adapt their use of progre - algList was removed. Use QgsApplication.processingRegistry() instead. - Processing.algs was removed. QgsApplication.processingRegistry().algorithms() instead. - ProcessingLog should not be used when reporting log messages from algorithms. Use QgsMessageLog.logMessage() instead. +- dataobjects.getLayerFromString() was removed. Use QgsProcessingUtils.mapLayerFromString() instead. Triangulation {#qgis_api_break_3_0_Triangulation} -------------