diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-12-13 22:34:58 +0100 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-12-13 22:49:37 +0100 |
commit | 21bba7d5db82a5261ec3a5db1971985b70d49b07 (patch) | |
tree | 1fbab2d1609bddad25212cc0a8f57b7908110183 /voice/voiceagentmodel.h | |
parent | 9f3896cb82c27e912bc37ae88254367911050512 (diff) |
fix parsing event payload in presence of '\n' chars,icefish_8.99.3icefish/8.99.38.99.3
and include signal emit for voice status and cbl
changes.
- fix parsing event payload in presence of whitespaces;
- fix parsing voice events payload in presence of
'\n' chars;
- add missing model updates when status or cbl data
changes;
- fix authorization status enum value typo;
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I718bdfea1221211ed4c62ce1b695eabe83ab9590
Diffstat (limited to 'voice/voiceagentmodel.h')
-rw-r--r-- | voice/voiceagentmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voice/voiceagentmodel.h b/voice/voiceagentmodel.h index 30d295b..3cd84e6 100644 --- a/voice/voiceagentmodel.h +++ b/voice/voiceagentmodel.h @@ -54,6 +54,8 @@ class VoiceAgentModel : public QAbstractListModel VoiceAgentProfile *getAgentFromId(QString id) const; void updateAgentProperties(QString name, QString id, QString api, bool active, QString wuw); + void updateAgentState(QString id); + void updateAgentLoginData(QString id); private: QList<VoiceAgentProfile *> m_agents; |