Add EngineDevice class
This commit is contained in:
@@ -23,13 +23,14 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "devicefinder.h"
|
||||
#include "enginedevice.h"
|
||||
|
||||
class AlsaPCMDeviceFinder : public DeviceFinder {
|
||||
public:
|
||||
explicit AlsaPCMDeviceFinder();
|
||||
|
||||
bool Initialize() override { return true; }
|
||||
DeviceList ListDevices() override;
|
||||
EngineDeviceList ListDevices() override;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(AlsaPCMDeviceFinder)
|
||||
|
||||
Reference in New Issue
Block a user