mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
Simplify and clarify Plugin Manager source selection by index. Fix #1
This commit is contained in:
parent
3869d515cd
commit
0a92354682
@ -265,7 +265,7 @@ void PluginManager::updateSampleSourceDevices()
|
||||
}
|
||||
}
|
||||
|
||||
int PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
|
||||
void PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
|
||||
{
|
||||
comboBox->clear();
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user