forked from qt-creator/qt-creator
Maemo: Inform debugger engine about connection loss.
Task-number: QTCREATORBUG-3783
This commit is contained in:
@@ -171,6 +171,8 @@ void MaemoDebugSupport::handleSshError(const QString &error)
|
||||
if (m_state == Debugging) {
|
||||
showMessage(tr("SSH connection error: %1").arg(error),
|
||||
AppError);
|
||||
if (m_engine)
|
||||
m_engine->notifyInferiorIll();
|
||||
} else if (m_state != Inactive) {
|
||||
handleAdapterSetupFailed(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user