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:
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
// channel Tx plugins
|
||||
|
||||
virtual PluginInstanceGUI* createTxChannel(
|
||||
virtual PluginInstanceGUI* createTxChannelGUI(
|
||||
const QString& channelName __attribute__((unused)),
|
||||
DeviceUISet *deviceUISet __attribute__((unused)) )
|
||||
{ return 0; }
|
||||
|
||||
Reference in New Issue
Block a user