1
0
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:
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 @@ FileSinkOutput::~FileSinkOutput()
stop();
}
void FileSinkOutput::destroy()
{
delete this;
}
void FileSinkOutput::openFileStream()
{
if (m_ofstream.is_open()) {