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

PluginManager::selectSampleSourceBySerialOrSequence: removed GUI interaction

This commit is contained in:
f4exb
2017-09-15 01:24:51 +02:00
parent 0010b987bc
commit 6b6b99f30e
5 changed files with 31 additions and 10 deletions
+5
View File
@@ -162,6 +162,11 @@ void DeviceSourceAPI::setSampleSourceSerial(const QString& serial)
m_sampleSourceSerial = serial;
}
void DeviceSourceAPI::setSampleSourceDisplayName(const QString& name)
{
m_sampleSourceDisplayName = name;
}
void DeviceSourceAPI::setSampleSourceSequence(int sequence)
{
m_sampleSourceSequence = sequence;