From f20f9cca2ec06b4aee9fc38987e32cc0fcade656 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Wed, 15 Mar 2017 16:47:47 +0100 Subject: [PATCH] Pointless ctor is pointless --- src/modules/locale/LocalePage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/locale/LocalePage.cpp b/src/modules/locale/LocalePage.cpp index 4b4638215..97826fa84 100644 --- a/src/modules/locale/LocalePage.cpp +++ b/src/modules/locale/LocalePage.cpp @@ -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() )