forked from qt-creator/qt-creator
Utils: Drop Utils::SkipEmptyParts again
We require Qt 5.14 nowadays. Change-Id: Iff245257d3cb19207007c0445ee13814e66152dd Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -648,7 +648,7 @@ bool BranchModel::branchIsMerged(const QModelIndex &idx)
|
||||
VcsOutputWindow::appendError(errorMessage);
|
||||
}
|
||||
|
||||
const QStringList lines = output.split('\n', Utils::SkipEmptyParts);
|
||||
const QStringList lines = output.split('\n', Qt::SkipEmptyParts);
|
||||
for (const QString &l : lines) {
|
||||
QString currentBranch = l.mid(2); // remove first letters (those are either
|
||||
// " " or "* " depending on whether it is
|
||||
|
||||
Reference in New Issue
Block a user