Pointless ctor is pointless

main
Rohan Garg 8 years ago
parent 756885a33e
commit f20f9cca2e
No known key found for this signature in database
GPG Key ID: A704BD4EF2672094

@ -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…
Cancel
Save