Pointless ctor is pointless
This commit is contained in:
parent
756885a33e
commit
f20f9cca2e
@ -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…
Reference in New Issue
Block a user