forked from qt-creator/qt-creator
Merge remote branch 'origin/1.3'
This commit is contained in:
@@ -1705,7 +1705,7 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
|
||||
emit inferiorPrepared();
|
||||
} else {
|
||||
QString msg = tr("Connecting to TRK server adapter failed:\n")
|
||||
+ _(record.data.findChild("msg").data());
|
||||
+ QString::fromLocal8Bit(record.data.findChild("msg").data());
|
||||
emit inferiorStartFailed(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user