mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 13:33:49 -04:00
Separate construction/destruction for the sink output plugin core and the GUI
This commit is contained in:
@@ -52,6 +52,11 @@ FileSinkOutput::~FileSinkOutput()
|
||||
stop();
|
||||
}
|
||||
|
||||
void FileSinkOutput::destroy()
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
void FileSinkOutput::openFileStream()
|
||||
{
|
||||
if (m_ofstream.is_open()) {
|
||||
|
||||
Reference in New Issue
Block a user