Maemo: Fix newlines in application output window.

This commit is contained in:
Christian Kandeler
2011-04-01 10:24:20 +02:00
parent c4c8676c08
commit ec34a9044e
2 changed files with 4 additions and 4 deletions

View File

@@ -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)