mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
commit
a099b05fb6
@ -119,6 +119,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
|
|||||||
|
|
||||||
MainWindow w(logger, parser);
|
MainWindow w(logger, parser);
|
||||||
w.show();
|
w.show();
|
||||||
|
QObject::connect(&a, SIGNAL(aboutToQuit()), &w, SLOT(on_action_Exit_triggered()));
|
||||||
|
|
||||||
return a.exec();
|
return a.exec();
|
||||||
}
|
}
|
||||||
|
@ -388,6 +388,7 @@ BFMDemodGUI::~BFMDemodGUI()
|
|||||||
{
|
{
|
||||||
m_deviceUISet->removeRxChannelInstance(this);
|
m_deviceUISet->removeRxChannelInstance(this);
|
||||||
delete m_bfmDemod; // TODO: check this: when the GUI closes it has to delete the demodulator
|
delete m_bfmDemod; // TODO: check this: when the GUI closes it has to delete the demodulator
|
||||||
|
delete m_spectrumVis;
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user