mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
AMBE feature: restore Windows and Mac support
This commit is contained in:
@@ -78,7 +78,7 @@ void AMBEEngine::getComList()
|
||||
}
|
||||
|
||||
// Do not activate serial support at all for windows
|
||||
void AMBEEngine::scan(std::vector<QString>& ambeDevices)
|
||||
void AMBEEngine::scan(QList<QString>& ambeDevices)
|
||||
{
|
||||
(void) ambeDevices;
|
||||
}
|
||||
@@ -87,7 +87,7 @@ void AMBEEngine::getComList()
|
||||
{
|
||||
qDebug("AMBEEngine::getComList: Apple");
|
||||
}
|
||||
void AMBEEngine::scan(std::vector<QString>& ambeDevices)
|
||||
void AMBEEngine::scan(QList<QString>& ambeDevices)
|
||||
{
|
||||
(void) ambeDevices;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user