mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
Renamed createRxChannel to createRxChannelGUI to described only the GUI will be created there in the future
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user