Commit b0f64aa3 authored by Don Gagne's avatar Don Gagne

Ok button not working

parent ed5015eb
......@@ -60,6 +60,8 @@ SettingsDialog::SettingsDialog(QWidget *parent, Qt::WindowFlags flags)
this->window()->setWindowTitle(tr("QGroundControl Settings"));
_ui->tabWidget->setCurrentWidget(pMavsettings);
connect(_ui->buttonBox, &QDialogButtonBox::accepted, this, &SettingsDialog::accept);
}
SettingsDialog::~SettingsDialog()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment