1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Separate construction/destruction for the sink output plugin core and the GUI

This commit is contained in:
f4exb
2017-09-16 11:34:25 +02:00
parent 1d4cb21bb5
commit 9dd99a4530
22 changed files with 143 additions and 99 deletions
@@ -52,6 +52,11 @@ HackRFOutput::~HackRFOutput()
m_deviceAPI->setBuddySharedPtr(0);
}
void HackRFOutput::destroy()
{
delete this;
}
bool HackRFOutput::openDevice()
{
if (m_dev != 0)