forked from qt-creator/qt-creator
CppTools: Fix compile with Qt5.6 and gcc4.9
Change-Id: I47668b784106c78444869595143ec8aff6928e8f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Nikolai Kosjar
parent
c2e92d3925
commit
2ab27c0842
@@ -138,7 +138,7 @@ void CppCodeModelSettingsWidget::setupClazyChecks()
|
|||||||
{
|
{
|
||||||
// Levels descriptions are taken from https://github.com/KDE/clazy
|
// Levels descriptions are taken from https://github.com/KDE/clazy
|
||||||
static const std::array<QString, 5> levelDescriptions {{
|
static const std::array<QString, 5> levelDescriptions {{
|
||||||
"",
|
QString(),
|
||||||
tr("Very stable checks, 99.99% safe, no false-positives."),
|
tr("Very stable checks, 99.99% safe, no false-positives."),
|
||||||
tr("Similar to level0, but sometimes (rarely) there might be\n"
|
tr("Similar to level0, but sometimes (rarely) there might be\n"
|
||||||
"some false-positives."),
|
"some false-positives."),
|
||||||
|
Reference in New Issue
Block a user