From edb90cdc42f3f030c573d71778ec53e08aca6094 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 29 Dec 2019 16:38:14 -0500 Subject: 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 Change-Id: I65a59ec17d0e003bc114fa85d120ee773fee0f1a --- voice/voiceagentmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'voice/voiceagentmodel.h') 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); -- cgit 1.2.3-korg