mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Multi device support: code cleanup and fixed lock on exit
This commit is contained in:
@@ -13,16 +13,6 @@ void PluginAPI::registerChannel(const QString& channelName, PluginInterface* plu
|
||||
m_pluginManager->registerChannel(channelName, plugin);
|
||||
}
|
||||
|
||||
//void PluginAPI::registerChannelInstance(const QString& channelName, PluginGUI* pluginGUI)
|
||||
//{
|
||||
// m_pluginManager->registerChannelInstance(channelName, pluginGUI);
|
||||
//}
|
||||
//
|
||||
//void PluginAPI::removeChannelInstance(PluginGUI* pluginGUI)
|
||||
//{
|
||||
// m_pluginManager->removeChannelInstance(pluginGUI);
|
||||
//}
|
||||
|
||||
void PluginAPI::registerSampleSource(const QString& sourceName, PluginInterface* plugin)
|
||||
{
|
||||
m_pluginManager->registerSampleSource(sourceName, plugin);
|
||||
|
||||
Reference in New Issue
Block a user