1
0
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:
f4exb
2017-11-07 23:49:27 +01:00
parent fabb5ea6ba
commit 9ff05baa70
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -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; }