mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Pointless ctor is pointless
This commit is contained in:
parent
756885a33e
commit
f20f9cca2e
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ LocalePage::onActivate()
|
|||
LocaleConfiguration
|
||||
LocalePage::guessLocaleConfiguration()
|
||||
{
|
||||
QLocale myLocale = QLocale(); // User-selected language
|
||||
QLocale myLocale; // User-selected language
|
||||
|
||||
// If we cannot say anything about available locales
|
||||
if ( m_localeGenLines.isEmpty() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue