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

Modulators: changed viewChanged to channelMarkerChanged to be more specific

This commit is contained in:
f4exb
2017-10-14 05:09:20 +02:00
parent cc7b69ebe3
commit 2da2aaad3e
12 changed files with 15 additions and 97 deletions
+2 -2
View File
@@ -228,7 +228,7 @@ bool SSBModGUI::handleMessage(const Message& message)
}
}
void SSBModGUI::viewChanged()
void SSBModGUI::channelMarkerChanged()
{
applySettings();
}
@@ -568,7 +568,7 @@ SSBModGUI::SSBModGUI(PluginAPI* pluginAPI, DeviceSinkAPI *deviceAPI, QWidget* pa
m_channelMarker.setCenterFrequency(0);
m_channelMarker.setVisible(true);
connect(&m_channelMarker, SIGNAL(changed()), this, SLOT(viewChanged()));
connect(&m_channelMarker, SIGNAL(changed()), this, SLOT(channelMarkerChanged()));
m_deviceAPI->registerChannelInstance(m_channelID, this);
m_deviceAPI->addChannelMarker(&m_channelMarker);