mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Multi device support: cleanup after last commit
This commit is contained in:
@@ -51,10 +51,9 @@ void PluginManager::loadPlugins()
|
||||
updateSampleSourceDevices();
|
||||
}
|
||||
|
||||
void PluginManager::registerChannel(const QString& channelName, PluginInterface* plugin, QAction* action)
|
||||
void PluginManager::registerChannel(const QString& channelName, PluginInterface* plugin)
|
||||
{
|
||||
m_channelRegistrations.append(ChannelRegistration(channelName, plugin));
|
||||
// m_mainWindow->addChannelCreateAction(action);
|
||||
}
|
||||
|
||||
void PluginManager::registerChannelInstance(const QString& channelName, PluginGUI* pluginGUI)
|
||||
|
||||
Reference in New Issue
Block a user