diff options
-rw-r--r-- | src/plugins/cpptools/cppcodemodelsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcodemodelsettingspage.cpp b/src/plugins/cpptools/cppcodemodelsettingspage.cpp index 34ba3ff1f5..6ee472a614 100644 --- a/src/plugins/cpptools/cppcodemodelsettingspage.cpp +++ b/src/plugins/cpptools/cppcodemodelsettingspage.cpp @@ -138,7 +138,7 @@ void CppCodeModelSettingsWidget::setupClazyChecks() { // Levels descriptions are taken from https://github.com/KDE/clazy static const std::array<QString, 5> levelDescriptions {{ - "", + QString(), tr("Very stable checks, 99.99% safe, no false-positives."), tr("Similar to level0, but sometimes (rarely) there might be\n" "some false-positives."), |