summaryrefslogtreecommitdiff
path: root/sdrgui/device
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2017-11-07 23:49:27 +0100
committerf4exb <f4exb06@gmail.com>2017-11-07 23:49:27 +0100
commit9ff05baa7090a69cb3d9bce75a583ea30683a12a (patch)
treec007c45cbcd4f158cfc6438da1ca76c47390f53b /sdrgui/device
parentfabb5ea6ba35cfe318c59343181a9fc5094285b2 (diff)
Renamed createRxChannel to createRxChannelGUI to described only the GUI will be created there in the future
Diffstat (limited to 'sdrgui/device')
-rw-r--r--sdrgui/device/deviceuiset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdrgui/device/deviceuiset.cpp b/sdrgui/device/deviceuiset.cpp
index 175e14994..f3bcb2de0 100644
--- a/sdrgui/device/deviceuiset.cpp
+++ b/sdrgui/device/deviceuiset.cpp
@@ -179,7 +179,7 @@ void DeviceUISet::loadRxChannelSettings(const Preset *preset, PluginAPI *pluginA
reg = ChannelInstanceRegistration(
channelConfig.m_channel,
(*channelRegistrations)[i].
- m_plugin->createRxChannel(channelConfig.m_channel, this)
+ m_plugin->createRxChannelGUI(channelConfig.m_channel, this)
);
break;
}