Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -277,7 +277,7 @@ void Translator::setLocale(const std::string& language) const
|
||||
updateLocaleChange();
|
||||
|
||||
#ifdef FC_DEBUG
|
||||
Base::Console().Log("Locale changed to %s => %s\n", qPrintable(loc.bcp47Name()), qPrintable(loc.name()));
|
||||
Base::Console().log("Locale changed to %s => %s\n", qPrintable(loc.bcp47Name()), qPrintable(loc.name()));
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -409,7 +409,7 @@ void Translator::enableDecimalPointConversion(bool on)
|
||||
}
|
||||
#if FC_DEBUG
|
||||
if (on && decimalPointConverter) {
|
||||
Base::Console().Instance().Warning("Translator: decimal point converter is already installed\n");
|
||||
Base::Console().instance().warning("Translator: decimal point converter is already installed\n");
|
||||
}
|
||||
#endif
|
||||
if (on && !decimalPointConverter) {
|
||||
|
||||
Reference in New Issue
Block a user