1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05: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

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;