mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-25 04:53:27 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -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