1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Multi device support: restored loaded plugins display from the main window

This commit is contained in:
f4exb
2016-05-18 00:42:35 +02:00
parent 7aa5ca7573
commit 54243fc961
6 changed files with 18 additions and 54 deletions
+8 -8
View File
@@ -52,14 +52,14 @@ void SamplingDeviceControl::populateChannelSelector()
}
}
void SamplingDeviceControl::on_showLoadedPlugins_clicked(bool checked)
{
if (m_pluginManager)
{
PluginsDialog pluginsDialog(m_pluginManager, this);
pluginsDialog.exec();
}
}
//void SamplingDeviceControl::on_showLoadedPlugins_clicked(bool checked)
//{
// if (m_pluginManager)
// {
// PluginsDialog pluginsDialog(m_pluginManager, this);
// pluginsDialog.exec();
// }
//}
void SamplingDeviceControl::on_addChannel_clicked(bool checked)
{