forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/master' into 4.4
Change-Id: I071b3016e11f94c5421822935c13cecda7075f40
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user