Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 5, 2025
1 parent 90e2355 commit 6ce2191
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/core/auth/qgsauthmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,11 @@ class CORE_EXPORT QgsAuthManager : public QObject

private:

/**
* Generates a random, securely seeded password.
*/
static QString generatePassword();

bool initPrivate( const QString &pluginPath );

//////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -910,8 +915,6 @@ class CORE_EXPORT QgsAuthManager : public QObject
*/
void passwordHelperProcessError();

static QString generatePassword();

bool masterPasswordInput();

bool masterPasswordRowsInDb( int *rows ) const;
Expand Down

0 comments on commit 6ce2191

Please sign in to comment.