1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Simplify and clarify Plugin Manager source selection by index. Fix #1

This commit is contained in:
Edouard Griffiths 2015-10-02 14:21:02 +02:00
parent 3869d515cd
commit 0a92354682

View File

@ -265,7 +265,7 @@ void PluginManager::updateSampleSourceDevices()
}
}
int PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
void PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
{
comboBox->clear();
int i;