Fix thread parent warning.

This commit is contained in:
srcejon 2024-05-09 07:44:47 +01:00
parent 9078ea21d4
commit fd623ea5d6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void BFMDemod::start()
}
qDebug() << "BFMDemod::start";
m_thread = new QThread(this);
m_thread = new QThread();
m_basebandSink = new BFMDemodBaseband();
m_basebandSink->setSpectrumSink(&m_spectrumVis);
m_basebandSink->setChannel(this);