aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alexainterface/AlexaInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alexainterface/AlexaInterface.h')
-rw-r--r--plugins/alexainterface/AlexaInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/alexainterface/AlexaInterface.h b/plugins/alexainterface/AlexaInterface.h
index 3c43824..46cb138 100644
--- a/plugins/alexainterface/AlexaInterface.h
+++ b/plugins/alexainterface/AlexaInterface.h
@@ -44,6 +44,7 @@
#include "ConnectionManager.h"
#include "DialogStateManager.h"
#include "CapabilitiesManager.h"
+#include "QtMicrophoneWrapper.h"
#ifdef KWD
#include <KWD/AbstractKeywordDetector.h>
@@ -274,6 +275,9 @@ private:
// Capabilities Manager
std::shared_ptr<CapabilitiesManager> m_capabilitiesManager;
+ // Microphone Wrapper
+ std::shared_ptr<QtMicrophoneWrapper> m_micWrapper;
+
/// The @c GuiRender which provides an abstraction to visual rendering
std::shared_ptr<GuiRenderer> m_guiRenderer;