DeviceFinder: Add typedef DeviceList
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <QList>
|
||||
|
||||
#include "devicefinder.h"
|
||||
|
||||
class AlsaPCMDeviceFinder : public DeviceFinder {
|
||||
@@ -31,7 +29,7 @@ class AlsaPCMDeviceFinder : public DeviceFinder {
|
||||
explicit AlsaPCMDeviceFinder();
|
||||
|
||||
bool Initialize() override { return true; }
|
||||
QList<Device> ListDevices() override;
|
||||
DeviceList ListDevices() override;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(AlsaPCMDeviceFinder)
|
||||
|
||||
Reference in New Issue
Block a user