forked from qt-creator/qt-creator
CODA: Application Output has been polished
This commit is contained in:
@@ -372,7 +372,7 @@ void CodaGdbAdapter::codaEvent(const CodaEvent &e)
|
||||
}
|
||||
break;
|
||||
case CodaEvent::LoggingWriteEvent: // TODO: Not tested yet.
|
||||
showMessage(e.toString(), AppOutput);
|
||||
showMessage(e.toString() + '\n', AppOutput);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user