mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -148,7 +148,7 @@ bool RTLSDRInput::openDevice()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool RTLSDRInput::start(int device) // TODO: remove device parameter
|
||||
bool RTLSDRInput::start()
|
||||
{
|
||||
QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ public:
|
||||
RTLSDRInput(DeviceSourceAPI *deviceAPI);
|
||||
virtual ~RTLSDRInput();
|
||||
|
||||
virtual bool start(int device);
|
||||
virtual bool start();
|
||||
virtual void stop();
|
||||
|
||||
virtual const QString& getDeviceDescription() const;
|
||||
|
||||
Reference in New Issue
Block a user