mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Multi device support: add a check button to confirm source input change
This commit is contained in:
@@ -39,6 +39,11 @@ QComboBox *SamplingDeviceControl::getDeviceSelector()
|
||||
return ui->deviceSelect;
|
||||
}
|
||||
|
||||
QPushButton *SamplingDeviceControl::getDeviceSelectionConfirm()
|
||||
{
|
||||
return ui->deviceConfirm;
|
||||
}
|
||||
|
||||
void SamplingDeviceControl::populateChannelSelector()
|
||||
{
|
||||
if (m_pluginManager)
|
||||
|
||||
Reference in New Issue
Block a user