diff options
Diffstat (limited to 'voice/voice.h')
-rw-r--r-- | voice/voice.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/voice/voice.h b/voice/voice.h index d4c288e..e3132be 100644 --- a/voice/voice.h +++ b/voice/voice.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Konsulko Group + * Copyright (C) 2019, 2020 Konsulko Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,16 +17,17 @@ #ifndef VOICE_H #define VOICE_H -#include <QDebug> #include <QObject> #include <QJsonArray> #include <QtQml/QQmlContext> -#include "message.h" +class VoiceAgentRegistry; class MessageEngine; +class Message; class ResponseMessage; class VoiceMessage; -class VoiceAgentRegistry; + +enum class MessageType; class Voice : public QObject { |