1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 02:24:16 -04:00

MainWindow: fixed removal of all feature sets so that the tab index changed slot is disconnected before. Fixes #1118

This commit is contained in:
f4exb
2022-01-28 00:35:14 +01:00
parent 7158c6baf8
commit 26b8619bb1
+2
View File
@@ -318,6 +318,8 @@ MainWindow::~MainWindow()
delete m_dateTimeWidget;
delete m_showSystemWidget;
disconnect(ui->tabFeatures, SIGNAL(currentChanged(int)), this, SLOT(tabFeaturesIndexChanged()));
removeAllFeatureSets();
delete ui;