mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -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_dateTimeWidget;
|
||||||
delete m_showSystemWidget;
|
delete m_showSystemWidget;
|
||||||
|
|
||||||
|
disconnect(ui->tabFeatures, SIGNAL(currentChanged(int)), this, SLOT(tabFeaturesIndexChanged()));
|
||||||
|
|
||||||
removeAllFeatureSets();
|
removeAllFeatureSets();
|
||||||
|
|
||||||
delete ui;
|
delete ui;
|
||||||
|
Loading…
Reference in New Issue
Block a user