Merge pull request #4130 from FearlessTobi/port-942

Port #942 from yuzu: "qt: Minor cleanup-related changes"
This commit is contained in:
James Rowe 2018-08-26 12:22:34 -06:00 committed by GitHub
commit 05118a2326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 28 additions and 30 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);