mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
PlutoSDR output: Windows build and fixed compilation errors
This commit is contained in:
@@ -85,7 +85,7 @@ PluginInstanceUI* PlutoSDROutputPlugin::createSampleSinkPluginInstanceGUI(const
|
||||
{
|
||||
if(sinkId == m_deviceTypeID)
|
||||
{
|
||||
PlutoSDROutputGui* gui = new PlutoSDROutputGui(deviceAPI);
|
||||
PlutoSDROutputGUI* gui = new PlutoSDROutputGUI(deviceAPI);
|
||||
*widget = gui;
|
||||
return gui;
|
||||
}
|
||||
@@ -95,7 +95,7 @@ PluginInstanceUI* PlutoSDROutputPlugin::createSampleSinkPluginInstanceGUI(const
|
||||
}
|
||||
}
|
||||
|
||||
DeviceSampleSink *PlutoSDROutputPlugin::createSampleSourcePluginInstanceInput(const QString& sinkId, DeviceSinkAPI *deviceAPI)
|
||||
DeviceSampleSink *PlutoSDROutputPlugin::createSampleSinkPluginInstanceOutput(const QString& sinkId, DeviceSinkAPI *deviceAPI)
|
||||
{
|
||||
if (sinkId == m_deviceTypeID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user