forked from qt-creator/qt-creator
Maemo: Fix misleading error message.
This commit is contained in:
@@ -166,8 +166,7 @@ void MaemoDebugSupport::handleAdapterSetupRequested()
|
|||||||
void MaemoDebugSupport::handleSshError(const QString &error)
|
void MaemoDebugSupport::handleSshError(const QString &error)
|
||||||
{
|
{
|
||||||
if (m_state == Debugging) {
|
if (m_state == Debugging) {
|
||||||
showMessage(tr("SSH connection error: %1").arg(error),
|
showMessage(error, AppError);
|
||||||
AppError);
|
|
||||||
if (m_engine)
|
if (m_engine)
|
||||||
m_engine->notifyInferiorIll();
|
m_engine->notifyInferiorIll();
|
||||||
} else if (m_state != Inactive) {
|
} else if (m_state != Inactive) {
|
||||||
|
|||||||
Reference in New Issue
Block a user