1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix compiler warnings

This commit is contained in:
Jon Beniston
2021-01-22 15:22:47 +00:00
parent 55ab01ae2f
commit 32a6790395
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ void MapGUI::applySettings(bool force)
}
}
void MapGUI::on_maidenhead_clicked(bool checked)
void MapGUI::on_maidenhead_clicked()
{
MapMaidenheadDialog dialog;
dialog.exec();