Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 11, 2024
1 parent b1303f5 commit d6d7e52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/auth/qgsauthmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ bool QgsAuthManager::initPrivate( const QString &pluginPath, const QString &auth
{
QgsDebugMsgLevel( QStringLiteral( "Storage %1 initialized" ).arg( storage->name() ), 2 );
}
// Connect to storageMethodConfigChanged signal
connect( storage, &QgsAuthConfigurationStorage::methodConfigChanged, this, [this] { updateConfigAuthMethods(); } );
// Connect messsageLog signal
connect( storage, &QgsAuthConfigurationStorage::messageLog, this, &QgsAuthManager::messageLog );
}

Expand Down

0 comments on commit d6d7e52

Please sign in to comment.