mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add note to use QgsApplication::authManager()
This commit is contained in:
parent
477fb89fdf
commit
9115d7f2f2
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user