1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-11 02:08:46 -04:00

Added a save settings button to the main window

This commit is contained in:
f4exb
2015-10-03 02:14:26 +02:00
parent 662b575fa1
commit cf9263f1ff
4 changed files with 56 additions and 8 deletions
+5
View File
@@ -488,6 +488,11 @@ void MainWindow::on_presetUpdate_clicked()
}
}
void MainWindow::on_settingsSave_clicked()
{
saveSettings();
}
void MainWindow::on_presetLoad_clicked()
{
qDebug() << "MainWindow::on_presetLoad_clicked";