forked from qt-creator/qt-creator
Gerrit: Move line back to correct case
Change-Id: I7d6ee5835d67fce21ea211099d9d6aa6061517b9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -283,6 +283,7 @@ bool GerritServer::resolveRoot()
|
||||
saveSettings(Valid);
|
||||
return true;
|
||||
case AuthenticationFailure:
|
||||
return setupAuthentication();
|
||||
case CertificateError:
|
||||
if (QMessageBox::question(
|
||||
Core::ICore::mainWindow(),
|
||||
@@ -300,7 +301,6 @@ bool GerritServer::resolveRoot()
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
return setupAuthentication();
|
||||
case PageNotFound:
|
||||
if (!ascendPath()) {
|
||||
saveSettings(NotGerrit);
|
||||
|
||||
Reference in New Issue
Block a user