Merge remote-tracking branch 'origin/master' into 4.4

Change-Id: I071b3016e11f94c5421822935c13cecda7075f40
This commit is contained in:
Orgad Shaneh
2017-06-30 14:22:00 +03:00
122 changed files with 1117 additions and 1317 deletions

View File

@@ -582,7 +582,7 @@ static QList<RowData> readLines(QStringRef patch,
break;
}
Diff diffToBeAdded(command, line.mid(1) + newLine);
Diff diffToBeAdded(command, line.mid(1).toString() + newLine);
if (!diffList.isEmpty() && diffList.last().command == command)
diffList.last().text.append(diffToBeAdded.text);