mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
Multi device support: use device API for channel registrations
This commit is contained in:
@@ -35,8 +35,8 @@ public:
|
||||
|
||||
// Channel stuff
|
||||
void registerChannel(const QString& channelName, PluginInterface* plugin);
|
||||
void registerChannelInstance(const QString& channelName, PluginGUI* pluginGUI);
|
||||
void removeChannelInstance(PluginGUI* pluginGUI);
|
||||
// void registerChannelInstance(const QString& channelName, PluginGUI* pluginGUI);
|
||||
// void removeChannelInstance(PluginGUI* pluginGUI);
|
||||
ChannelRegistrations *getChannelRegistrations();
|
||||
|
||||
// Sample Source stuff
|
||||
|
||||
Reference in New Issue
Block a user