Pointless ctor is pointless

This commit is contained in:
Rohan Garg 2017-03-15 16:47:47 +01:00
parent 756885a33e
commit f20f9cca2e
No known key found for this signature in database
GPG Key ID: A704BD4EF2672094

View File

@ -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() )