1
0
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:
Jon Beniston
2022-09-20 21:13:12 +01:00
parent db2aa78e0a
commit b1ce69fb2b
9 changed files with 9 additions and 9 deletions
@@ -88,7 +88,7 @@ void SatelliteTracker::start()
FeatureWebAPIUtils::mapSetDateTime(currentDateTime());
}
m_thread = new QThread(this);
m_thread = new QThread();
m_worker = new SatelliteTrackerWorker(this, m_webAPIAdapterInterface);
m_worker->moveToThread(m_thread);