mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Demod Analyzer implementation with AM modulator and demodulator
This commit is contained in:
@@ -584,8 +584,11 @@ void AFC::removeTrackerFeatureReference()
|
||||
{
|
||||
if (m_trackerChannelAPI)
|
||||
{
|
||||
if (MainCore::instance()->existsChannel(m_trackerChannelAPI)) {
|
||||
MainCore::instance()->getMessagePipes().unregisterChannelToFeature(m_trackerChannelAPI, this, "settings");
|
||||
if (MainCore::instance()->existsChannel(m_trackerChannelAPI))
|
||||
{
|
||||
MessageQueue *messageQueue
|
||||
= MainCore::instance()->getMessagePipes().unregisterChannelToFeature(m_trackerChannelAPI, this, "settings");
|
||||
disconnect(messageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleChannelMessageQueue(MessageQueue*)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user