|
|
@ -86,11 +86,6 @@ public:
|
|
|
|
/** @brief Get the Qt locale. */
|
|
|
|
/** @brief Get the Qt locale. */
|
|
|
|
QLocale locale() const { return m_locale; }
|
|
|
|
QLocale locale() const { return m_locale; }
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief Get the Qt-internal name (code) of the locale
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* This is not necessarily the same as what is in id().
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
QString name() const { return m_locale.name(); }
|
|
|
|
|
|
|
|
/** @brief Gets the Calamares internal name (code) of the locale.
|
|
|
|
/** @brief Gets the Calamares internal name (code) of the locale.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This is a strongly-typed return to avoid it ending up all over
|
|
|
|
* This is a strongly-typed return to avoid it ending up all over
|
|
|
|