forked from qt-creator/qt-creator
Maemo: Fix newlines in application output window.
This commit is contained in:
@@ -338,7 +338,7 @@ void MaemoDebugSupport::handleRemoteErrorOutput(const QByteArray &output)
|
||||
|
||||
void MaemoDebugSupport::handleProgressReport(const QString &progressOutput)
|
||||
{
|
||||
showMessage(progressOutput, AppStuff);
|
||||
showMessage(progressOutput + QLatin1Char('\n'), AppStuff);
|
||||
}
|
||||
|
||||
void MaemoDebugSupport::handleAdapterSetupFailed(const QString &error)
|
||||
|
||||
Reference in New Issue
Block a user