mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
PluginManager::selectSampleSourceBySerialOrSequence: store plugin interface in device API
This commit is contained in:
@@ -173,6 +173,11 @@ void DeviceSourceAPI::setSampleSourceSequence(int sequence)
|
||||
m_deviceSourceEngine->setSourceSequence(sequence);
|
||||
}
|
||||
|
||||
void DeviceSourceAPI::setSampleSourcePluginInterface(PluginInterface *interface)
|
||||
{
|
||||
m_pluginInterface = interface;
|
||||
}
|
||||
|
||||
void DeviceSourceAPI::setSampleSourcePluginInstanceUI(PluginInstanceUI *gui)
|
||||
{
|
||||
if (m_sampleSourcePluginInstanceUI != 0)
|
||||
|
||||
Reference in New Issue
Block a user