diff --git a/cfg/kde.cfg b/cfg/kde.cfg index 5973916fd60..4a2cabbf7aa 100644 --- a/cfg/kde.cfg +++ b/cfg/kde.cfg @@ -48,4 +48,41 @@ + + + + false + + + + + + + + false + + + + + + ki18ncp() + + + + false + + + + + + + + + false + + + + + + diff --git a/test/cfg/kde.cpp b/test/cfg/kde.cpp index 9a2720949eb..6eb9cfe1bc1 100644 --- a/test/cfg/kde.cpp +++ b/test/cfg/kde.cpp @@ -10,6 +10,7 @@ #include #include #include +#include class k_global_static_testclass1 {}; K_GLOBAL_STATIC(k_global_static_testclass1, k_global_static_testinstance1); @@ -30,3 +31,13 @@ void ignoredReturnValue(const KConfigGroup& cfgGroup) // cppcheck-suppress ignoredReturnValue cfgGroup.readEntry("test"); } + +void i18n_test() +{ + (void)i18n("Text"); + (void)xi18n("Text"); + (void)ki18n("Text"); + (void)i18nc("Text", "Context"); + (void)xi18nc("Text", "Context"); + (void)ki18nc("Text", "Context"); +} diff --git a/tools/donate_cpu_lib.py b/tools/donate_cpu_lib.py index 338e106b578..3c08114a591 100644 --- a/tools/donate_cpu_lib.py +++ b/tools/donate_cpu_lib.py @@ -16,7 +16,7 @@ # Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/ # Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic # changes) -CLIENT_VERSION = "1.3.57" +CLIENT_VERSION = "1.3.58" # Timeout for analysis with Cppcheck in seconds CPPCHECK_TIMEOUT = 30 * 60 @@ -685,7 +685,7 @@ def __init__(self): 'ginac': [''], 'gtk': ['', '', '', '', '', ''], 'libcerror': [''], 'libcurl': [''], 'libsigc++': ['