cleanup: remove unnecessary <QDebug> include

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-03-22 16:59:42 +01:00 committed by Dirk Hohndel
parent 463bb25705
commit eddd0e3197

View file

@ -60,7 +60,6 @@ void PreferencesLanguage::refreshSettings()
ui->languageDropdown->setCurrentIndex(languages.first().row());
}
#include <QDebug>
void PreferencesLanguage::syncSettings()
{
bool useSystemLang = prefs.locale.use_system_language;