mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -108,7 +108,7 @@ void LimeSDRInput::closeDevice()
|
||||
m_deviceParams.m_dev = 0;
|
||||
}
|
||||
|
||||
bool LimeSDRInput::start(int device)
|
||||
bool LimeSDRInput::start()
|
||||
{
|
||||
QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user