mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -113,7 +113,7 @@ bool BladerfInput::openDevice()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool BladerfInput::start(int device)
|
||||
bool BladerfInput::start()
|
||||
{
|
||||
// QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user