1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Renamed createRxChannel to createRxChannelGUI to described only the GUI will be created there in the future

This commit is contained in:
f4exb
2017-11-07 23:49:27 +01:00
parent fabb5ea6ba
commit 9ff05baa70
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void BFMPlugin::initPlugin(PluginAPI* pluginAPI)
m_pluginAPI->registerRxChannel(BFMDemodGUI::m_channelID, this);
}
PluginInstanceGUI* BFMPlugin::createRxChannel(const QString& channelName, DeviceUISet *deviceUISet)
PluginInstanceGUI* BFMPlugin::createRxChannelGUI(const QString& channelName, DeviceUISet *deviceUISet)
{
if(channelName == BFMDemodGUI::m_channelID)
{