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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user