forked from qt-creator/qt-creator
Gerrit: WS fix
Change-Id: Ic0b6a36033830f7f67fb3ba5eb8554cdbc295ba0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -370,7 +370,7 @@ void GerritPlugin::openView()
|
|||||||
if (m_dialog.isNull()) {
|
if (m_dialog.isNull()) {
|
||||||
while (!m_parameters->isValid()) {
|
while (!m_parameters->isValid()) {
|
||||||
Core::AsynchronousMessageBox::warning(tr("Error"),
|
Core::AsynchronousMessageBox::warning(tr("Error"),
|
||||||
tr("Invalid Gerrit configuration. Host, user and ssh binary are mandatory."));
|
tr("Invalid Gerrit configuration. Host, user and ssh binary are mandatory."));
|
||||||
if (!ICore::showOptionsDialog("Gerrit"))
|
if (!ICore::showOptionsDialog("Gerrit"))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user