mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Simplify and clarify Plugin Manager source selection by index. Fix #1
This commit is contained in:
@@ -265,7 +265,7 @@ void PluginManager::updateSampleSourceDevices()
|
||||
}
|
||||
}
|
||||
|
||||
int PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
|
||||
void PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
|
||||
{
|
||||
comboBox->clear();
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user