diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-29 16:38:14 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-29 16:40:39 -0500 |
commit | f525733f195051fdf82222b27d9408afa30bb064 (patch) | |
tree | 831ec6d29eba7d1e33d151d375c084fea2bc6140 /voice/voiceagentmodel.h | |
parent | aa6b53c6a1f1a2e138a95f24795f767d6a15d31e (diff) |
voice: add vendor name to voiceagent model
Add the vendor name to the voiceagent model to allow using it
applications, and fixed a typo and a couple of possible state name
omissions.
Bug-AGL: SPEC-2981
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I65a59ec17d0e003bc114fa85d120ee773fee0f1a
Diffstat (limited to 'voice/voiceagentmodel.h')
-rw-r--r-- | voice/voiceagentmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/voice/voiceagentmodel.h b/voice/voiceagentmodel.h index 3cd84e6..0be9637 100644 --- a/voice/voiceagentmodel.h +++ b/voice/voiceagentmodel.h @@ -38,6 +38,7 @@ class VoiceAgentModel : public QAbstractListModel DialogStateRole, LoginParamsRole, ActiveRole, + VendorRole, }; VoiceAgentModel(QObject *parent = Q_NULLPTR); |