File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
python/core/auto_generated/auth Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class QgsAuthManager : QObject
1818%Docstring
1919Singleton offering an interface to manage the authentication configuration database
2020and to utilize configurations through various authentication method plugins
21+
22+ QgsAuthManager should not usually be directly created, but rather accessed through
23+ :py:func:`QgsApplication.authManager()`
2124%End
2225
2326%TypeHeaderCode
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ class QTimer;
5757 * \ingroup core
5858 * Singleton offering an interface to manage the authentication configuration database
5959 * and to utilize configurations through various authentication method plugins
60+ *
61+ * QgsAuthManager should not usually be directly created, but rather accessed through
62+ * QgsApplication::authManager().
6063 */
6164class CORE_EXPORT QgsAuthManager : public QObject
6265{
You can’t perform that action at this time.
0 commit comments