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

Close any open dialog when sdrangel quits

This commit is contained in:
Daniele Forsi
2024-04-23 20:23:07 +02:00
parent b4ec43e4aa
commit 991ccddb66
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ MapBeaconDialog::MapBeaconDialog(MapGUI *gui, QWidget* parent) :
ui(new Ui::MapBeaconDialog)
{
ui->setupUi(this);
setAttribute(Qt::WA_QuitOnClose, false);
connect(&m_dlm, &HttpDownloadManager::downloadComplete, this, &MapBeaconDialog::downloadFinished);
}