Don't use this as parent, as called from different thread

pull/1436/head
Jon Beniston 2022-09-20 21:09:54 +01:00
rodzic 63282ebfcd
commit 94140bcbd7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;