mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Don't use this as parent, as called from different thread
This commit is contained in:
@@ -175,7 +175,7 @@ bool AirspyHFInput::start()
|
||||
stop();
|
||||
}
|
||||
|
||||
m_airspyHFWorkerThread = new QThread(this);
|
||||
m_airspyHFWorkerThread = new QThread();
|
||||
m_airspyHFWorker = new AirspyHFWorker(m_dev, &m_sampleFifo);
|
||||
m_airspyHFWorker->moveToThread(m_airspyHFWorkerThread);
|
||||
int sampleRateIndex = m_settings.m_devSampleRateIndex;
|
||||
|
||||
Reference in New Issue
Block a user