debugger: compile fix after d48136f312

Change-Id: Ibd7c9cafd4b16278e1db19155b285dd0ad2436cc
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-05 17:23:53 +01:00
committed by hjk
parent 52f98b1af8
commit 63f3b2feb6

View File

@@ -1023,7 +1023,7 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
QTC_CHECK(state() == InferiorRunOk);
notifyInferiorSpontaneousStop();
notifyEngineIll();
} else if (msg == _("Remote connection closed")) {
} else if (msg.startsWith("Remote connection closed")) {
// Can happen when the target exits (gdbserver)
notifyInferiorExited();
} else {