From da8a5f4532f75cd12cd3d9490f23dfc9a6f9c9f0 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Fri, 3 Nov 2017 11:26:56 +0100 Subject: [PATCH] Added QgsApplication::authManager() to 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 0befd59c0ee..3e41dc6f757 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -544,6 +544,7 @@ QgsAuthConfigUriEdit {#qgis_api_break_3_0_QgsAuthConfigUriEdit} QgsAuthManager {#qgis_api_break_3_0_QgsAuthManager} -------------- +- instance() was removed in favor of QgsApplication::authManager() that returns an instance of the Auth Manager - authDbConnection() was renamed to authDatabaseConnection() - authDbConfigTable() was renamed to authDatabaseConfigTable() - authDbServersTable() was renamed to authDatabaseServersTable()