mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Added a destroy virtual method to all source input plugin main classes
This commit is contained in:
@@ -60,6 +60,11 @@ FCDProInput::~FCDProInput()
|
||||
closeDevice();
|
||||
}
|
||||
|
||||
void FCDProInput::destroy()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
bool FCDProInput::openDevice()
|
||||
{
|
||||
int device = m_deviceAPI->getSampleSourceSequence();
|
||||
|
||||
Reference in New Issue
Block a user