forked from qt-creator/qt-creator
Vcs: Code cosmetics
Drop some Utils:: and rely on some aspects' operator()() Change-Id: I40d2c2973c1c9eff443bb74b8da44e0824d8d5c6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -132,7 +132,7 @@ static QString sanitizeBlameOutput(const QString &b)
|
||||
if (b.isEmpty())
|
||||
return b;
|
||||
|
||||
const bool omitDate = settings().omitAnnotationDate.value();
|
||||
const bool omitDate = settings().omitAnnotationDate();
|
||||
const QChar space(' ');
|
||||
const int parenPos = b.indexOf(')');
|
||||
if (parenPos == -1)
|
||||
|
||||
Reference in New Issue
Block a user