wrap with tr
This commit is contained in:
@@ -37,7 +37,6 @@ SettingsDialog::SettingsDialog(QWidget *parent)
|
||||
|
||||
ui->printHeaderCheckBox->setChecked(this->settings.get_all_settings()["print_header"]);
|
||||
ui->printTotalCheckBox->setChecked(this->settings.get_all_settings()["print_total"]);
|
||||
std::cout << settings.get_all_settings() << std::endl;
|
||||
|
||||
int currentLanguageIndex = 0;
|
||||
bool languageSettingPresent = false;
|
||||
|
||||
Reference in New Issue
Block a user