mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Morse Decoder: added scope from RTTY decoder
This commit is contained in:
@@ -122,6 +122,7 @@ void MorseDecoder::start()
|
||||
&QThread::deleteLater
|
||||
);
|
||||
|
||||
m_worker->setScopeVis(&m_scopeVis);
|
||||
m_worker->setMessageQueueToFeature(getInputMessageQueue());
|
||||
m_worker->startWork();
|
||||
m_state = StRunning;
|
||||
|
||||
Reference in New Issue
Block a user