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