diff --git a/sources/.clang-format b/sources/.clang-format index 05d985c..5c60523 100644 --- a/sources/.clang-format +++ b/sources/.clang-format @@ -20,7 +20,7 @@ BreakBeforeBinaryOperators: All BreakBeforeBraces: Linux BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: true -ColumnLimit: 100 +ColumnLimit: 120 CommentPragmas: '^ IWYU pragma:' ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 4 @@ -58,7 +58,7 @@ SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: Latest TabWidth: 8 UseTab: Never ... diff --git a/sources/awdebug.cpp b/sources/awdebug.cpp index 7135db6..4edf5ff 100644 --- a/sources/awdebug.cpp +++ b/sources/awdebug.cpp @@ -41,25 +41,15 @@ QString AWDebug::getAboutText(const QString &_type) } else if (_type == "description") { text = i18n("A set of minimalistic plasmoid widgets"); } else if (_type == "links") { - text = i18n("Links:") + "