forked from qt-creator/qt-creator
Valgrind: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I935579630c4d2f3a7bce69756da9eceb5e2bc005 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -83,7 +83,7 @@ static QString suppressionText(const Error &error)
|
||||
newName = frame.object();
|
||||
|
||||
if (!newName.isEmpty())
|
||||
sup.setName(newName + '[' + sup.kind() + ']');
|
||||
sup.setName(newName + QLatin1Char('[') + sup.kind() + QLatin1Char(']'));
|
||||
}
|
||||
|
||||
return sup.toString();
|
||||
|
||||
Reference in New Issue
Block a user