summaryrefslogtreecommitdiff
path: root/sdrbase/plugin/plugininterface.h
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 /sdrbase/plugin/plugininterface.h
parentfabb5ea6ba35cfe318c59343181a9fc5094285b2 (diff)
Renamed createRxChannel to createRxChannelGUI to described only the GUI will be created there in the future
Diffstat (limited to 'sdrbase/plugin/plugininterface.h')
-rw-r--r--sdrbase/plugin/plugininterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdrbase/plugin/plugininterface.h b/sdrbase/plugin/plugininterface.h
index b840e1895..a45b087a3 100644
--- a/sdrbase/plugin/plugininterface.h
+++ b/sdrbase/plugin/plugininterface.h
@@ -71,7 +71,7 @@ public:
// channel Rx plugins
- virtual PluginInstanceGUI* createRxChannel(
+ virtual PluginInstanceGUI* createRxChannelGUI(
const QString& channelName __attribute__((unused)),
DeviceUISet *deviceUISet __attribute__((unused)) )
{ return 0; }