Skip to content

Commit 4c7e3ff

Browse files
committedOct 26, 2017
[auth] Removed profile splash information for auth manager (now done in initQgis)
1 parent bb73f0d commit 4c7e3ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,12 +997,8 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
997997

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.