1
0
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:
Edouard Griffiths
2015-10-02 14:21:02 +02:00
parent 3869d515cd
commit 0a92354682
+1 -1
View File
@@ -265,7 +265,7 @@ void PluginManager::updateSampleSourceDevices()
}
}
int PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
void PluginManager::fillSampleSourceSelector(QComboBox* comboBox)
{
comboBox->clear();
int i;