mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 22:57:47 -04: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();
|
comboBox->clear();
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user