diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-29 22:59:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-12-29 22:59:38 +0000 |
commit | 95e3f5a2c51062128c68f1150e3e89284ca4dd5b (patch) | |
tree | 47ae4cef8f3e341b7ef702ec51b93da08d569fc6 /voice/voiceagentprofile.cpp | |
parent | 68e84b142fb4d476e270a7d81dd5ab32acf9fdb5 (diff) | |
parent | edb90cdc42f3f030c573d71778ec53e08aca6094 (diff) |
Merge "voice: add vendor name to voiceagent model"
Diffstat (limited to 'voice/voiceagentprofile.cpp')
-rw-r--r-- | voice/voiceagentprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voice/voiceagentprofile.cpp b/voice/voiceagentprofile.cpp index 05e3839..43d8b34 100644 --- a/voice/voiceagentprofile.cpp +++ b/voice/voiceagentprofile.cpp @@ -25,7 +25,7 @@ VoiceAgentProfile::VoiceAgentProfile(const QString &name, const QString &wuws) : m_name(name), m_vaid(id), m_vaapi(api), m_active(active), m_activewuw(wuw), m_vendor(vendor), m_wuws(wuws), - m_authstate("UNITIALIZED"), m_connstate("DISCONNECTED"), + m_authstate("UNINITIALIZED"), m_connstate("DISCONNECTED"), m_dialogstate("MICROPHONEOFF"), m_logincode(QString()), m_loginurl(QString()), m_expired(true) { |