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:
parent
7158c6baf8
commit
26b8619bb1
@ -318,6 +318,8 @@ MainWindow::~MainWindow()
|
||||
delete m_dateTimeWidget;
|
||||
delete m_showSystemWidget;
|
||||
|
||||
disconnect(ui->tabFeatures, SIGNAL(currentChanged(int)), this, SLOT(tabFeaturesIndexChanged()));
|
||||
|
||||
removeAllFeatureSets();
|
||||
|
||||
delete ui;
|
||||
|
Loading…
Reference in New Issue
Block a user