Refactored AudioCapture plugin.
Change-Id: I025588d7d2afc8d8137a258d86f6dab5b00b234a Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b49746b588
commit
c2f95891c0
@@ -46,9 +46,9 @@
|
||||
|
||||
#include "qaudioinputselectorcontrol.h"
|
||||
|
||||
class AudioCaptureSession;
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QT_USE_NAMESPACE
|
||||
class AudioCaptureSession;
|
||||
|
||||
class AudioInputSelector : public QAudioInputSelectorControl
|
||||
{
|
||||
@@ -74,4 +74,6 @@ private:
|
||||
AudioCaptureSession* m_session;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // AUDIOINPUTSELECTOR_H
|
||||
|
||||
Reference in New Issue
Block a user