1
0
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:
f4exb
2016-05-17 14:21:27 +02:00
parent 8e3e00e7e5
commit ecbff75bf1
6 changed files with 58 additions and 1 deletions
+5
View File
@@ -39,6 +39,11 @@ QComboBox *SamplingDeviceControl::getDeviceSelector()
return ui->deviceSelect;
}
QPushButton *SamplingDeviceControl::getDeviceSelectionConfirm()
{
return ui->deviceConfirm;
}
void SamplingDeviceControl::populateChannelSelector()
{
if (m_pluginManager)