Merge remote-tracking branch 'origin/4.14'

Change-Id: Iea91e66d30f797c079fe09e12a6744c36c58be1a
This commit is contained in:
Eike Ziller
2021-02-09 11:42:57 +01:00
8 changed files with 283 additions and 197 deletions

View File

@@ -138,7 +138,7 @@ bool TranslationWizardPage::validatePage()
{
const auto w = static_cast<JsonWizard *>(wizard());
w->setValue("TsFileName", tsBaseName().isEmpty() ? QString() : QString(tsBaseName() + ".ts"));
w->setValue("TsLanguage", m_fileNameLineEdit.text());
w->setValue("TsLanguage", m_languageComboBox.currentData().toString());
return true;
}