Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[auth] Removed profile splash information for auth manager (now done …
…in initQgis)
  • Loading branch information
elpaso committed Oct 26, 2017
1 parent bb73f0d commit 4c7e3ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/qgisapp.cpp
Expand Up @@ -997,12 +997,8 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh

if ( !QgsApplication::authManager()->isDisabled() )
{
// Most of the auth initialization is done inside initQgis
startProfile( QStringLiteral( "Initializing authentication" ) );
mSplash->showMessage( tr( "Initializing authentication" ), Qt::AlignHCenter | Qt::AlignBottom );
qApp->processEvents();
// Most of the auth initialization is now done inside initQgis, no need to profile here
masterPasswordSetup();
endProfile();
}

// Setup QgsNetworkAccessManager (this needs to happen after authentication, for proxy settings)
Expand Down

0 comments on commit 4c7e3ff

Please sign in to comment.