mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-06 16:05:13 -04:00
Implemented data pipes with generic element pipes
This commit is contained in:
@@ -135,7 +135,7 @@ bool AFC::handleMessage(const Message& cmd)
|
||||
qDebug() << "AFC::handleMessage: MessagePipesCommon::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;
|
||||
MainCore::instance()->getMessagePipes().unregisterChannelToFeature(channel, this, "settings");
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user