mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Implemented data pipes with generic element pipes
This commit is contained in:
@@ -244,7 +244,7 @@ bool VORLocalizer::handleMessage(const Message& cmd)
|
||||
qDebug() << "VORLocalizer::handleMessage: MsgReportChannelDeleted";
|
||||
MessagePipesCommon::MsgReportChannelDeleted& report = (MessagePipesCommon::MsgReportChannelDeleted&) cmd;
|
||||
const MessagePipesCommon::ChannelRegistrationKey& channelKey = report.getChannelRegistrationKey();
|
||||
const ChannelAPI *channel = channelKey.m_channel;
|
||||
const ChannelAPI *channel = channelKey.m_key;
|
||||
m_availableChannels.remove(const_cast<ChannelAPI*>(channel));
|
||||
updateChannels();
|
||||
MainCore::instance()->getMessagePipes().unregisterChannelToFeature(channel, this, "report");
|
||||
|
||||
Reference in New Issue
Block a user