diff --git a/python/core/auto_generated/auth/qgsauthconfig.sip.in b/python/core/auto_generated/auth/qgsauthconfig.sip.in index bb1b01f4691..86a07656238 100644 --- a/python/core/auto_generated/auth/qgsauthconfig.sip.in +++ b/python/core/auto_generated/auth/qgsauthconfig.sip.in @@ -204,7 +204,6 @@ Stores the configuration in a DOM from a DOM element. :param element: is the DOM node corresponding to item (e.g. 'LayoutItem' element) -:param document: DOM document .. versionadded:: 3.20 %End diff --git a/src/core/auth/qgsauthconfig.h b/src/core/auth/qgsauthconfig.h index 05f35227aec..4b26fc4b208 100644 --- a/src/core/auth/qgsauthconfig.h +++ b/src/core/auth/qgsauthconfig.h @@ -175,7 +175,6 @@ class CORE_EXPORT QgsAuthMethodConfig /** * from a DOM element. * \param element is the DOM node corresponding to item (e.g. 'LayoutItem' element) - * \param document DOM document * \since QGIS 3.20 */ bool readXml( const QDomElement &element );