1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Simplify and clarify Plugin Manager source selection by index

This commit is contained in:
Edouard Griffiths
2015-10-02 14:19:28 +02:00
parent 83d6d9d190
commit 3869d515cd
3 changed files with 19 additions and 36 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ public:
bool handleMessage(const Message& message);
void updateSampleSourceDevices();
int fillSampleSourceSelector(QComboBox* comboBox);
int selectSampleSource(int index);
void fillSampleSourceSelector(QComboBox* comboBox);
int selectSampleSourceByIndex(int index);
int selectFirstSampleSource(const QString& sourceId);
int selectSampleSourceBySerialOrSequence(const QString& sourceId, const QString& sourceSerial, int sourceSequence);