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);
|
saveSettings(Valid);
|
||||||
return true;
|
return true;
|
||||||
case AuthenticationFailure:
|
case AuthenticationFailure:
|
||||||
|
return setupAuthentication();
|
||||||
case CertificateError:
|
case CertificateError:
|
||||||
if (QMessageBox::question(
|
if (QMessageBox::question(
|
||||||
Core::ICore::mainWindow(),
|
Core::ICore::mainWindow(),
|
||||||
@@ -300,7 +301,6 @@ bool GerritServer::resolveRoot()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
return setupAuthentication();
|
|
||||||
case PageNotFound:
|
case PageNotFound:
|
||||||
if (!ascendPath()) {
|
if (!ascendPath()) {
|
||||||
saveSettings(NotGerrit);
|
saveSettings(NotGerrit);
|
||||||
|
|||||||
Reference in New Issue
Block a user