summaryrefslogtreecommitdiffstats
path: root/voice/voiceagentmodel.h
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-12-29 22:59:38 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-12-29 22:59:38 +0000
commit95e3f5a2c51062128c68f1150e3e89284ca4dd5b (patch)
tree47ae4cef8f3e341b7ef702ec51b93da08d569fc6 /voice/voiceagentmodel.h
parent68e84b142fb4d476e270a7d81dd5ab32acf9fdb5 (diff)
parentedb90cdc42f3f030c573d71778ec53e08aca6094 (diff)
Merge "voice: add vendor name to voiceagent model"
Diffstat (limited to 'voice/voiceagentmodel.h')
-rw-r--r--voice/voiceagentmodel.h1
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);