mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-10 17:58:36 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -63,7 +63,7 @@ SDRdaemonInput::~SDRdaemonInput()
|
||||
delete m_SDRdaemonUDPHandler;
|
||||
}
|
||||
|
||||
bool SDRdaemonInput::start(int device)
|
||||
bool SDRdaemonInput::start()
|
||||
{
|
||||
qDebug() << "SDRdaemonInput::start";
|
||||
MsgConfigureSDRdaemonWork *command = MsgConfigureSDRdaemonWork::create(true);
|
||||
|
||||
Reference in New Issue
Block a user