Debugger: Handle remote setup failure in remote state transitions

Change-Id: I72886a309f1531c652186d529111d90ff3f98c37
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2014-11-25 14:19:17 +01:00
parent f2e7ec6e3f
commit 0dc99f568a

View File

@@ -878,6 +878,7 @@ void DebuggerEngine::notifyEngineRemoteSetupFinished(const RemoteSetupResult &re
}
} else {
d->setRemoteSetupState(RemoteSetupFailed);
showMessage(_("NOTE: REMOTE SETUP FAILED: ") + result.reason);
}
}