Port #942 from yuzu: "qt: Minor cleanup-related changes"

This commit is contained in:
fearlessTobi 2018-08-24 17:14:09 +02:00
parent 47025552c7
commit 1f0cbf43d6
13 changed files with 25 additions and 25 deletions

View file

@ -40,7 +40,7 @@ ConfigureGeneral::ConfigureGeneral(QWidget* parent)
ui->updateBox->setVisible(UISettings::values.updater_found);
}
ConfigureGeneral::~ConfigureGeneral() {}
ConfigureGeneral::~ConfigureGeneral() = default;
void ConfigureGeneral::setConfiguration() {
ui->toggle_check_exit->setChecked(UISettings::values.confirm_before_closing);