Skip to content

Commit

Permalink
Add note to use QgsApplication::authManager()
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 3, 2018
1 parent 477fb89 commit 9115d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/auto_generated/auth/qgsauthmanager.sip.in
Expand Up @@ -18,6 +18,9 @@ class QgsAuthManager : QObject
%Docstring
Singleton offering an interface to manage the authentication configuration database
and to utilize configurations through various authentication method plugins

QgsAuthManager should not usually be directly created, but rather accessed through
:py:func:`QgsApplication.authManager()`
%End

%TypeHeaderCode
Expand Down
3 changes: 3 additions & 0 deletions src/core/auth/qgsauthmanager.h
Expand Up @@ -57,6 +57,9 @@ class QTimer;
* \ingroup core
* Singleton offering an interface to manage the authentication configuration database
* and to utilize configurations through various authentication method plugins
*
* QgsAuthManager should not usually be directly created, but rather accessed through
* QgsApplication::authManager().
*/
class CORE_EXPORT QgsAuthManager : public QObject
{
Expand Down

0 comments on commit 9115d7f

Please sign in to comment.