mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Massive UI revamping (v7): added channels
This commit is contained in:
@@ -819,3 +819,9 @@ void DeviceAPI::renumerateChannels()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void DeviceAPI::setDeviceSetIndex(int deviceSetIndex)
|
||||
{
|
||||
m_deviceTabIndex = deviceSetIndex;
|
||||
renumerateChannels();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user