forked from qt-creator/qt-creator
VCS: Use correct output style
Change-Id: I95ea8078ae53e7339213765fbb8a79bff33f899c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
e2aa5b53cf
commit
b0d14c79fe
@@ -1098,7 +1098,7 @@ bool VcsBasePlugin::runPatch(const QByteArray &input, const QString &workingDire
|
||||
if (!stdOut.isEmpty())
|
||||
ow->append(QString::fromLocal8Bit(stdOut));
|
||||
if (!stdErr.isEmpty())
|
||||
ow->append(QString::fromLocal8Bit(stdErr));
|
||||
ow->appendError(QString::fromLocal8Bit(stdErr));
|
||||
|
||||
if (patchProcess.exitStatus() != QProcess::NormalExit) {
|
||||
ow->appendError(tr("'%1' crashed.").arg(patch));
|
||||
|
||||
Reference in New Issue
Block a user