mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Corrected device display name channel handling
This commit is contained in:
@@ -76,8 +76,10 @@ PluginInterface::SamplingDevices Blderf2InputPlugin::enumSampleSources(const Ori
|
||||
{
|
||||
for (int j=0; j < it->nbRxStreams; j++)
|
||||
{
|
||||
QString displayedName = it->displayableName;
|
||||
displayedName.replace(QString("$1]"), QString("%1]").arg(j));
|
||||
result.append(SamplingDevice(
|
||||
it->displayableName,
|
||||
displayedName,
|
||||
m_hardwareID,
|
||||
m_deviceTypeID,
|
||||
it->serial,
|
||||
|
||||
Reference in New Issue
Block a user