Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 11, 2024
1 parent e8670d9 commit 04517c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ not already been done.

QgsAuthConfigurationStorageRegistry *authConfigurationStorageRegistry() const;
%Docstring
Return the authentication configuration storage registry.
Returns the authentication configuration storage registry.

.. versionadded:: 3.40
%End
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/auth/qgsauthmanager.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ not already been done.

QgsAuthConfigurationStorageRegistry *authConfigurationStorageRegistry() const;
%Docstring
Return the authentication configuration storage registry.
Returns the authentication configuration storage registry.

.. versionadded:: 3.40
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/auth/qgsauthmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class CORE_EXPORT QgsAuthManager : public QObject
~QgsAuthManager() override;

/**
* Return the authentication configuration storage registry.
* Returns the authentication configuration storage registry.
* \since QGIS 3.40
*/
QgsAuthConfigurationStorageRegistry *authConfigurationStorageRegistry() const;
Expand Down

0 comments on commit 04517c4

Please sign in to comment.