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

Renamed createTxChannel to createTxChannelGUI to described only the GUI will be created there in the future

This commit is contained in:
f4exb
2017-11-08 00:05:49 +01:00
parent 76bf0ad104
commit d4c9765480
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ void AMModPlugin::initPlugin(PluginAPI* pluginAPI)
m_pluginAPI->registerTxChannel(AMModGUI::m_channelID, this);
}
PluginInstanceGUI* AMModPlugin::createTxChannel(const QString& channelName, DeviceUISet *deviceUISet)
PluginInstanceGUI* AMModPlugin::createTxChannelGUI(const QString& channelName, DeviceUISet *deviceUISet)
{
if(channelName == AMModGUI::m_channelID)
{