mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Call stopWork from destructor.
This commit is contained in:
@@ -107,7 +107,7 @@ void StarTracker::start()
|
||||
{
|
||||
qDebug("StarTracker::start");
|
||||
|
||||
m_thread = new QThread(this);
|
||||
m_thread = new QThread();
|
||||
m_worker = new StarTrackerWorker(this, m_webAPIAdapterInterface);
|
||||
m_worker->moveToThread(m_thread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user