aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/i18n/mlocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/i18n/mlocale_p.h')
-rw-r--r--src/corelib/i18n/mlocale_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/i18n/mlocale_p.h b/src/corelib/i18n/mlocale_p.h
index 8e08f4f1..84da4eaa 100644
--- a/src/corelib/i18n/mlocale_p.h
+++ b/src/corelib/i18n/mlocale_p.h
@@ -109,7 +109,7 @@ public:
* as the parameter is left unchanged. I.e. if false is returned
* there are no fallbacks left to try.
*/
- bool truncateLocaleName(QString *localeName) const;
+ static bool truncateLocaleName(QString *localeName);
// creates an icu::Locale for specific category
icu::Locale getCategoryLocale(MLocale::Category category) const;