1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 01:14:58 -04:00

Device source and sink APIs: removed channel window direct getter

This commit is contained in:
f4exb
2017-10-23 13:51:54 +02:00
parent 60b60fb037
commit 61afe840dc
4 changed files with 0 additions and 12 deletions
-5
View File
@@ -139,11 +139,6 @@ void DeviceSourceAPI::addChannelMarker(ChannelMarker* channelMarker)
m_spectrum->addChannelMarker(channelMarker);
}
ChannelWindow *DeviceSourceAPI::getChannelWindow()
{
return m_channelWindow;
}
void DeviceSourceAPI::addRollupWidget(QWidget *widget)
{
m_channelWindow->addRollupWidget(widget);